Cannot recall programs or temperature
- 主要言語
- Python
- スター
- 1.5k
- フォーク
- 2.4k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I am on version 8 now
And if i try to recall a program it doesn't start.
Also if i try to recall a temperature it won't start.
This is what i use
`
- alias: 'Airco huiskamer aan'
trigger:
platform: state
entity_id: input_boolean.airco_huiskamer_koelen
to: 'on'
action:
- service: hon.start_program
data:
program: Koelen beneden
target:
entity_id: climate.huiskamer
`
or this
`
- alias: 'Airco huiskamer koelen'
trigger:
platform: state
entity_id: input_boolean.airco_huiskamer_koelen
to: 'on'
action:
- service: hon.climate_set_echo_mode
data:
echo_mode: off
target:
entity_id: climate.huiskamer
- service: climate.set_hvac_mode
data:
hvac_mode: Cool
target:
entity_id: climate.huiskamer
- delay:
seconds: 2
- service: climate.set_temperature
data:
temperature: 24
target:
entity_id: climate.huiskamer
- service: input_boolean.turn_off
entity_id: input_boolean.verwarming
- service: climate.turn_on
target:
entity_id: climate.huiskamer
`
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。