Add Home Assistant player provider (#1077)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 13 Feb 2024 19:53:40 +0000 (20:53 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2024 19:53:40 +0000 (20:53 +0100)
commit6077af3069bedfd9f87931cb34cbdcad9691c6ff
tree25563616a3e3eab50d278d47242a51f67ac51e4e
parente8105eed83846f46594c632ac72ab758fc20c2f4
Add Home Assistant player provider (#1077)
music_assistant/common/helpers/datetime.py
music_assistant/server/controllers/config.py
music_assistant/server/models/player_provider.py
music_assistant/server/providers/hass/__init__.py [new file with mode: 0644]
music_assistant/server/providers/hass/icon.svg [new file with mode: 0644]
music_assistant/server/providers/hass/manifest.json [new file with mode: 0644]
music_assistant/server/providers/hass_players/__init__.py [new file with mode: 0644]
music_assistant/server/providers/hass_players/icon.svg [new file with mode: 0644]
music_assistant/server/providers/hass_players/manifest.json [new file with mode: 0644]
requirements_all.txt