-
- {device.properties.current_climate_setting
- .manual_override_allowed
- ? t.yes
- : t.no}
-
+ {
+ updateThermostat({
+ device_id: device.device_id,
+ default_climate_setting: {
+ manual_override_allowed: checked,
+ },
+ })
+ }}
+ />
@@ -170,10 +190,24 @@ export function ThermostatDeviceDetails({
+