1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00

Replace rollershutter and garage door with cover, add fan (#3242)

This commit is contained in:
Fabian Affolter 2016-09-06 23:41:26 +02:00 committed by Pascal Vizeli
parent fa8ed4de41
commit d8db881e9a

View File

@ -19,13 +19,13 @@ COMPONENTS_WITH_DEMO_PLATFORM = [
'binary_sensor',
'camera',
'climate',
'cover',
'device_tracker',
'garage_door',
'fan',
'light',
'lock',
'media_player',
'notify',
'rollershutter',
'sensor',
'switch',
]