Files
home-assistant/packages/irrigation/irrigation.yaml
2022-06-24 16:07:12 -07:00

46 lines
970 B
YAML

# Irrigation Package
# -----------------------------------------------------------------------------
# Orbit B-hyve Faucet Valve
bhyve:
username: !secret bhyve_username
password: !secret bhyve_password
sensor:
- platform: bhyve
switch:
- platform: bhyve
binary_sensor:
- platform: bhyve
# -----------------------------------------------------------------------------
# Irrigation Sprinkler Groups
switch:
- platform: group
name: Sprinkler Zones Front
entities:
- switch.front_yard
- switch.front_garden
- switch.front_street
- platform: group
name: Sprinkler Zones Back
entities:
- switch.back_yard_grass
- switch.back_yard_patio
- switch.back_yard_shrubs
- platform: group
name: Irrigation
entities:
- switch.sprinkler_zones_front
- switch.sprinkler_zones_back
- switch.all_areas_schedule
homeassistant:
customize:
switch.irrigation:
icon: mdi:water-pump