Skip to content

Commit

Permalink
Fix custom icons
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Jun 1, 2020
1 parent dac5fda commit f1dc338
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions custom_components/yandex_station/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
CUSTOM_ICONS = {
'yandexstation': 'yandex:station',
'yandexmini': 'yandex:station-mini',
'lightcomm': 'yandex:station-mini',
'linkplay_a98': 'yandex:station-mini',
'elari_a98': 'yandex:station-mini',
'wk7y': 'yandex:station-mini',
'prestigio_smart_mate': 'yandex:station-mini',
'yandexmodule': 'yandex:station-mini',
'lightcomm': 'yandex:dexp-smartbox',
'linkplay_a98': 'yandex:irbis-a',
'elari_a98': 'yandex:elari-smartbeat',
'wk7y': 'yandex:lg-xboom-wk7y',
'prestigio_smart_mate': 'yandex:prestigio-smartmate',
'yandexmodule': 'yandex:module',
}


Expand Down

0 comments on commit f1dc338

Please sign in to comment.