Remove alarm sensor from demo platform
This commit is contained in:
parent
bd798b8c55
commit
df7f6e1235
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||
add_devices([
|
||||
DemoSensor('Outside Temperature', 15.6, TEMP_CELCIUS, 12),
|
||||
DemoSensor('Outside Humidity', 54, '%', None),
|
||||
DemoSensor('Alarm back', 'Armed', None, None),
|
||||
])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue