This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dddcb8e299
core
/
homeassistant
/
components
/
sonos
/
const.py
5 lines
75 B
Python
Raw
Normal View
History
Unescape
Escape
Automatically generate config flow list (#23802) * Add config flow to manifest.json * Still load config flows via config flow platform * Fix typo * Lint * Update config_flows.py" * Catch import error when setting up entry * Lint * Fix tests * Fix imports * Lint * Fix Unifi tests * Fix translation test * Add homekit_controller config flow
2019-05-13 08:16:55 +00:00
"""
Const for Sonos.
"""
DOMAIN
=
"
sonos
"
Playback on Sonos speakers from Plex integration (#36177) Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-05-27 22:36:08 +00:00
DATA_SONOS
=
"
sonos_media_player
"