Conversation
| value: F | ||
|
|
||
| - entity: lock | ||
| name: Child lock |
There was a problem hiding this comment.
use translation_key: child_lock instead of explicit name
| name: lock | ||
|
|
||
| - entity: select | ||
| name: Temperature unit |
There was a problem hiding this comment.
Use translation_key: temperature_unit instead of explicit name. and icon, and make options lower-case to match the corresponding keys
| value: Fahrenheit | ||
|
|
||
| - entity: binary_sensor | ||
| name: Problem |
There was a problem hiding this comment.
Remove the explicit name to use HA`s class translations.
| - value: true | ||
|
|
||
| - entity: button | ||
| name: Factory reset |
There was a problem hiding this comment.
Use translation_key: factory_reset instead of this name, remove the class (not a perfect match and the translation key does most of the same UI customizations) and add hidden: true, as most users will not want this exposed.
| @@ -0,0 +1,99 @@ | |||
| name: F32 Thermostat | |||
There was a problem hiding this comment.
Remove model name from top level name, as the config may also cover other devices.
| name: F32 Thermostat | ||
| products: | ||
| - id: enasdcyucyl7tgrz | ||
| name: F32 |
There was a problem hiding this comment.
Remove this, as it is the model (already stated below)
Co-Authored-By: Warp <agent@warp.dev>
- Added Holiday, Frost, Slow Start modes\n- Added config entities for sensors, calibration, etc.\n- Fixed 'NoneType' crash by changing enum to string\n- Updated preset names with proper capitalization\n\nCo-Authored-By: Warp <agent@warp.dev>
Adding configuration for F32 Thermostat (Product ID: enasdcyucyl7tgrz). Includes climate entity with C/F switching, child lock, and diagnostic sensors.