1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

HP ILO component (#2844)

* HP ILO component

* HP ILO component

* Add Onboard Administrator sensor

* Add Onboard Administrator sensor

* Add period to first line

Fix D400 error on line 1
This commit is contained in:
Juggels
2016-08-16 08:19:11 +02:00
committed by Paulus Schoutsen
parent 72ad1d8d7c
commit a7f218f712
4 changed files with 175 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ CONF_ICON = 'icon'
CONF_LATITUDE = 'latitude'
CONF_LONGITUDE = 'longitude'
CONF_MONITORED_CONDITIONS = 'monitored_conditions'
CONF_MONITORED_VARIABLES = 'monitored_variables'
CONF_NAME = 'name'
CONF_OFFSET = 'offset'
CONF_OPTIMISTIC = 'optimistic'