mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 07:20:43 +00:00
Update HA version to 2025.8.3 and modify phynplus.yaml to change valve entity references from 'switch' to 'valve'. Switched to new Phyn Repo for HACS. Phyn Automations #1531
This commit is contained in:
@@ -1 +1 @@
|
|||||||
2025.8.1
|
2025.8.3
|
@@ -16,13 +16,13 @@ automation:
|
|||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: switch.phyn_shutoff_valve
|
entity_id: valve.phyn_shutoff_valve
|
||||||
to: 'off'
|
to: 'closed'
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
- condition: time
|
- condition: state
|
||||||
before: '03:00'
|
entity_id: binary_sensor.phyn_leak_test_running
|
||||||
after: '05:00'
|
state: 'off'
|
||||||
|
|
||||||
action:
|
action:
|
||||||
- service: script.notify_engine_two_button
|
- service: script.notify_engine_two_button
|
||||||
@@ -46,7 +46,7 @@ automation:
|
|||||||
action: PHYN_WATER_ON
|
action: PHYN_WATER_ON
|
||||||
action:
|
action:
|
||||||
- service: homeassistant.turn_on
|
- service: homeassistant.turn_on
|
||||||
entity_id: switch.phyn_shutoff_valve
|
entity_id: valve.phyn_shutoff_valve
|
||||||
|
|
||||||
- service: script.notify_engine
|
- service: script.notify_engine
|
||||||
data:
|
data:
|
||||||
|
Reference in New Issue
Block a user