ha-samsungtv-custom
ha-samsungtv-custom copied to clipboard
Extends SamsungTVWS to support volume muted status
From from Home-assistant states api the "is_volume_muted": false,
seemed to be always false
So following @giefca's work I extended and tested media_player.py
.
- Added MySamsungTVWS class which extends SamsungTVWS
- Fixed is_volume_muted function