├── .gitignore ├── LICENSE ├── README.md ├── dashboard └── dashboard.yaml ├── esphome └── irrigation.yaml └── irrigation.png /.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alengwenus/hass_esp_irrigation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alengwenus/hass_esp_irrigation/HEAD/README.md -------------------------------------------------------------------------------- /dashboard/dashboard.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alengwenus/hass_esp_irrigation/HEAD/dashboard/dashboard.yaml -------------------------------------------------------------------------------- /esphome/irrigation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alengwenus/hass_esp_irrigation/HEAD/esphome/irrigation.yaml -------------------------------------------------------------------------------- /irrigation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alengwenus/hass_esp_irrigation/HEAD/irrigation.png --------------------------------------------------------------------------------