mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 08:06:00 +01:00
* Add NYT Games integration * Add NYT Games integration * Add NYT Games integration * Add NYT Games integration * Add test
8 lines
126 B
Python
8 lines
126 B
Python
"""Constants for the NYT Games integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "nyt_games"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|