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:
Marcel van der Veldt 2022-04-27 08:24:17 +02:00 committed by GitHub
parent 5c1be2f99d
commit 25779a49a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 416 additions and 0 deletions

View file

@ -0,0 +1,8 @@
"""Constants for SlimProto Player integration."""
DOMAIN = "slimproto"
DEFAULT_NAME = "SlimProto Player"
PLAYER_EVENT = f"{DOMAIN}_event"