Add device info to Hydrawise (#100828)
* Add device info to Hydrawise * Apply suggestions from code review Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Remove _attr_has_entity_name --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
7b1b189f3e
commit
8ba6fd7935
6 changed files with 143 additions and 9 deletions
|
@ -11,6 +11,8 @@ CONF_WATERING_TIME = "watering_minutes"
|
|||
DOMAIN = "hydrawise"
|
||||
DEFAULT_WATERING_TIME = 15
|
||||
|
||||
MANUFACTURER = "Hydrawise"
|
||||
|
||||
SCAN_INTERVAL = timedelta(seconds=120)
|
||||
|
||||
SIGNAL_UPDATE_HYDRAWISE = "hydrawise_update"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue