Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Support for Melnor RainCloud sprinkler water timer."""
2
3
DATA_RAINCLOUD =
"raincloud"
4
5
ICON_MAP = {
6
"auto_watering"
:
"mdi:autorenew"
,
7
"battery"
:
""
,
8
"is_watering"
:
""
,
9
"manual_watering"
:
"mdi:water-pump"
,
10
"next_cycle"
:
"mdi:calendar-clock"
,
11
"rain_delay"
:
"mdi:weather-rainy"
,
12
"status"
:
""
,
13
"watering_time"
:
"mdi:water-pump"
,
14
}
15
16
17
SIGNAL_UPDATE_RAINCLOUD =
"raincloud_update"
core
homeassistant
components
raincloud
const.py
Generated by
1.9.1