This is still heavily under development, any help is greatly appriciated
This is a custom componnet for home assistant that adds valve timer support to the core component homekit
- Support for a single valve switch
- Set/Adjust timer in settings of accessory
- Timer countsdown and updates accordingly with the irrigation timer entity on home assistant
- Must have a
number
entity in minutes that counts down immediately after being set - Use
entity_config
optionlinked_irrigation_timer
to reference thenumber
entity mentioned above inconfiguration.yaml
- Example:
homekit:
- name: HASS Bridge
port: XXXXX
filter:
include_entities:
- valve.water_timer_valve
entity_config:
valve.water_timer_valve:
linked_irrigation_timer: number.water_timer_valve_irrigation_time