* add KEF speakers platform for the integration This will work with the KEF LS50 Wireless and KEF LSX speakers. The development of this code happened on https://github.com/basnijholt/media_player.kef * rename DATA_KEF -> DOMAIN * use aiokef v0.2.0 and support LSX and new features * sort imports * fix @MartinHjelmare's suggestions * remove _CONFIGURING * change STATE_UNKNOWN to None * use lat and long for unique_id * bump aiokef to v0.2.2 * use config[ATTR] instead of config.get(ATTR) * use getmac * fix case when MAC is None * use host as instance lifetime id * fix requirements
1 line
43 B
Python
1 line
43 B
Python
"""The KEF Wireless Speakers component."""
|