..
translations
[ci skip] Translation update
2020-05-23 00:02:41 +00:00
__init__.py
Use CONF_CLIENT_ID & CONF_CLIENT_SECRET from homeassistant.const ( #36233 )
2020-05-30 17:27:20 +02:00
binary_sensor.py
Rename BinarySensorDevice to BinarySensorEntity ( #34462 )
2020-04-23 21:57:07 +02:00
climate.py
Check isinstance on collections.abc, not typing classes ( #35087 )
2020-05-02 23:57:48 +02:00
config_flow.py
Use CONF_CLIENT_ID & CONF_CLIENT_SECRET from homeassistant.const ( #36233 )
2020-05-30 17:27:20 +02:00
const.py
Use CONF_CLIENT_ID & CONF_CLIENT_SECRET from homeassistant.const ( #36233 )
2020-05-30 17:27:20 +02:00
cover.py
Rename CoverDevice to CoverEntity ( #34595 )
2020-04-25 18:07:15 +02:00
fan.py
Directly call async_write_ha_state ( #33508 )
2020-04-01 14:19:51 -07:00
light.py
Rename Light to LightEntity ( #34593 )
2020-04-26 18:49:41 +02:00
lock.py
Rename LockDevice to LockEntity ( #34594 )
2020-04-25 18:02:41 +02:00
manifest.json
Drop title from translations if brand name ( #34306 )
2020-04-16 12:52:53 -07:00
scene.py
Add transition support to scenes, cleanup blocking parameter ( #34434 )
2020-04-20 18:07:50 -07:00
sensor.py
Drop UNIT_ prefix for constants ( #34164 )
2020-04-21 19:45:53 +02:00
smartapp.py
async_get_url -> get_url ( #35382 )
2020-05-08 21:53:28 +02:00
strings.json
Add config flow base strings ( #34523 )
2020-05-04 20:10:39 -07:00
switch.py
Rename SwitchDevice to SwitchEntity ( #34673 )
2020-04-26 18:50:37 +02:00