|
96 | 96 | key="ext_channel",
|
97 | 97 | name="Extra Channel",
|
98 | 98 | icon="mdi:export",
|
99 |
| - attribute=CurrentState.bit_state, |
| 99 | + # attribute=CurrentState.bit_state, |
100 | 100 | command_on=CommandID.TURN_ON_EXT_CHANNEL,
|
101 | 101 | command_off=CommandID.TURN_OFF_EXT_CHANNEL,
|
102 | 102 | features=Features.EXT_CHANNEL,
|
|
118 | 118 | },
|
119 | 119 | assumed_state=True,
|
120 | 120 | ),
|
| 121 | + PandoraCASBooleanEntityDescription( |
| 122 | + key="climate_glass_heating", |
| 123 | + name="Climate Glass Heating", |
| 124 | + icon="mdi:mirror", |
| 125 | + attribute=CurrentState.can_climate_glass_heat, |
| 126 | + command_on=CommandID.CLIMATE_GLASS_HEAT_TURN_ON, |
| 127 | + command_off=CommandID.CLIMATE_GLASS_HEAT_TURN_OFF, |
| 128 | + ), |
| 129 | + PandoraCASBooleanEntityDescription( |
| 130 | + key="climate_steering_heating", |
| 131 | + name="Climate Steering Heating", |
| 132 | + icon="mdi:steering", |
| 133 | + icon_off="mdi:steering-off", |
| 134 | + attribute=CurrentState.can_climate_glass_heat, |
| 135 | + command_on=CommandID.CLIMATE_STEERING_HEAT_TURN_ON, |
| 136 | + command_off=CommandID.CLIMATE_STEERING_HEAT_TURN_OFF, |
| 137 | + ), |
| 138 | + PandoraCASBooleanEntityDescription( |
| 139 | + key="climate_air_conditioning", |
| 140 | + name="Climate Air Conditioning", |
| 141 | + icon="mdi:steering", |
| 142 | + icon_off="mdi:steering-off", |
| 143 | + attribute=CurrentState.can_climate_ac, |
| 144 | + command_on=CommandID.CLIMATE_AC_TURN_ON, |
| 145 | + command_off=CommandID.CLIMATE_AC_TURN_OFF, |
| 146 | + ), |
| 147 | + PandoraCASBooleanEntityDescription( |
| 148 | + key="climate_system", |
| 149 | + name="Climate System", |
| 150 | + icon="mdi:hvac", |
| 151 | + icon_off="mdi:hvac-off", |
| 152 | + attribute=CurrentState.can_climate_ac, |
| 153 | + command_on=CommandID.CLIMATE_SYS_TURN_ON, |
| 154 | + command_off=CommandID.CLIMATE_SYS_TURN_OFF, |
| 155 | + ), |
| 156 | + PandoraCASBooleanEntityDescription( |
| 157 | + key="climate_defroster", |
| 158 | + name="Climate Defroster", |
| 159 | + icon="mdi:defrost-front", |
| 160 | + icon_off="mdi:windshield-outline", |
| 161 | + attribute=CurrentState.can_climate_ac, |
| 162 | + command_on=CommandID.CLIMATE_DEFROSTER_TURN_ON, |
| 163 | + command_off=CommandID.CLIMATE_DEFROSTER_TURN_OFF, |
| 164 | + ), |
| 165 | + PandoraCASBooleanEntityDescription( |
| 166 | + key="climate_battery_heating", |
| 167 | + name="Climate Battery Heating", |
| 168 | + icon="mdi:car-battery", |
| 169 | + attribute=CurrentState.can_climate_ac, |
| 170 | + command_on=CommandID.CLIMATE_DEFROSTER_TURN_ON, |
| 171 | + command_off=CommandID.CLIMATE_DEFROSTER_TURN_OFF, |
| 172 | + ), |
121 | 173 | ]
|
122 | 174 |
|
123 | 175 |
|
|
0 commit comments