Skip to content

Commit

Permalink
No picon if custom channel name was defined (@DelBierzo), now correct…
Browse files Browse the repository at this point in the history
…ed. Removed MEDIA_TYPE_CHANNEL and MEDIA_TYPE_TVSHOW to MediaType.CHANNEL and MediaType.TVSHOW to be compliant with HA Core 2025.10
  • Loading branch information
cinzas committed Jan 26, 2025
1 parent 4cc26fa commit adcf0ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions custom_components.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"Enigma component": {
"version": "1.9",
"version": "1.9.1",
"local_location": "custom_components/enigma/__init__.py",
"remote_location": "https://raw.githubusercontent.com/cinzas/homeassistant-enigma-player/master/enigma/__init__.py",
"visit_repo": "https://github.com/cinzas/homeassistant-enigma-player",
"changelog": "https://github.com/cinzas/homeassistant-enigma-player/releases/latest"
},
"Enigma Media Player": {
"version": "1.9",
"version": "1.9.1",
"local_location": "custom_components/enigma/media_player.py",
"remote_location": "https://raw.githubusercontent.com/cinzas/homeassistant-enigma-player/master/enigma/media_player.py",
"visit_repo": "https://github.com/cinzas/homeassistant-enigma-player",
"changelog": "https://github.com/cinzas/homeassistant-enigma-player/releases/latest"
},
"Enigma Notification": {
"version": "1.9",
"version": "1.9.1",
"local_location": "custom_components/enigma/notify.py",
"remote_location": "https://raw.githubusercontent.com/cinzas/homeassistant-enigma-player/master/enigma/notify.py",
"visit_repo": "https://github.com/cinzas/homeassistant-enigma-player",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/enigma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from homeassistant.helpers.entity import Entity

# VERSION
VERSION = '1.9'
VERSION = '1.9.1'

# REQUIREMENTS
REQUIREMENTS = ['beautifulsoup4==4.6.3']
Expand Down
2 changes: 1 addition & 1 deletion custom_components/enigma/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "enigma",
"name": "Enigma2 addon",
"version" : "1.9",
"version" : "1.9.1",
"documentation": "https://github.com/cinzas/homeassistant-enigma-player",
"issue_tracker": "https://github.com/cinzas/homeassistant-enigma-player/issues",
"dependencies": [],
Expand Down

0 comments on commit adcf0ab

Please sign in to comment.