Add slimproto integration (Squeezebox players) (#70444)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
parent
5c1be2f99d
commit
25779a49a4
15 changed files with 416 additions and 0 deletions
8
homeassistant/components/slimproto/const.py
Normal file
8
homeassistant/components/slimproto/const.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
"""Constants for SlimProto Player integration."""
|
||||
|
||||
|
||||
DOMAIN = "slimproto"
|
||||
|
||||
DEFAULT_NAME = "SlimProto Player"
|
||||
|
||||
PLAYER_EVENT = f"{DOMAIN}_event"
|
Loading…
Add table
Add a link
Reference in a new issue