Commit Graph

4 Commits

Author SHA1 Message Date
samuelspagl 00eccac431 ⚠️ [working commit]: add configuration steps 2024-04-01 20:12:04 +00:00
Samuel Spagl 5e24680d5d
Add icons to select, sensor and switches, change some logging statements (#16)
#### Added

- Icons for the individual entities

#### Changed

- Updated the GitHub actions workflows
- Change "magic numbers" to MediaPlayerEntityFeature object. For more information see https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation
- `source` now returns the value `wifi` when the `media_app_name` is *AirPlay* or *Spotify*
- removed some unnecessary logging statements, and changed others to debug
2024-03-12 14:39:12 +01:00
Samuel Spagl dd61dec79f
🎨 Chore: format files with `black` and `isort`
The title says it all, still for more information take a look at the merge-request #15.
---------

Co-authored-by: samuelspagl <samuel@spagl-media.de>
2024-02-08 16:58:57 +01:00
Samuel Spagl 30ef090d9e
🐛: add volume `sensor` entity, fix sound_mode/source in `media_player` entity
This merge-request adds new functionality as well as fixes a minor bug.
For more information see #9.

- New sensor entity added
- Disabled extra_state_attributes to correctly display available sources/soundmodes in the media_player configuration.
---------

Co-authored-by: samuelspagl <samuel@spagl-media.de>
2024-02-08 16:45:32 +01:00