Last active
April 3, 2026 02:10
-
-
Save kai-zer-ru/6e3487eee4e0d45aad744fbb081d0bcc to your computer and use it in GitHub Desktop.
conditioner yandex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| entity_config: | |
| climate.konditsioner_tclac_climate: | |
| name: Кондиционер | |
| type: devices.types.thermostat.ac | |
| room: Зал | |
| properties: | |
| - type: temperature | |
| entity: sensor.datchik_klimata_zal_temperature | |
| - type: humidity | |
| entity: sensor.datchik_klimata_zal_humidity | |
| modes: | |
| thermostat: | |
| heat: ['heat'] | |
| cool: ['cool'] | |
| auto: ['auto'] | |
| dry: ['dry'] | |
| fan_only: ['fan_only'] | |
| # program: | |
| # eco: ['eco'] | |
| # quiet: ['sleep'] | |
| fan_speed: | |
| auto: ['auto'] | |
| low: ['low'] | |
| medium: ['medium'] | |
| high: ['high'] | |
| turbo: ['diffuse'] | |
| quiet: ['quiet'] | |
| swing: | |
| stationary: ['off'] | |
| auto: ['both'] | |
| vertical: ['vertical'] | |
| horizontal: ['horizontal'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment