Removes melissa sensors (they should be state attributes as implemented in #18201) (#18214)

This commit is contained in:
kennedyshead 2018-11-05 16:10:30 +01:00 committed by Paulus Schoutsen
parent 36524e9d3f
commit f9f53fd278
3 changed files with 0 additions and 215 deletions

View file

@ -39,8 +39,6 @@ async def async_setup(hass, config):
await api.async_connect()
hass.data[DATA_MELISSA] = api
hass.async_create_task(
async_load_platform(hass, 'sensor', DOMAIN, {}, config))
hass.async_create_task(
async_load_platform(hass, 'climate', DOMAIN, {}, config))
return True