mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-29 12:05:39 +02:00
* Create const.py * Register services to 'kodi' domain, not 'media_player' * Add const.py to .coveragerc * 'DATA_KODI' -> 'DOMAIN' * Move the Kodi services descriptions to the Kodi component * Register Kodi services in __init__.py * Finish registering Kodi services in __init__.py * Remove logging statement intended only for testing * Combine homeassistant.const imports * Add __init__.py to .coveragerc
3 lines
55 B
Python
3 lines
55 B
Python
"""Constants for the Kodi platform."""
|
|
DOMAIN = "kodi"
|