7 lines
206 B
Python
7 lines
206 B
Python
|
"""Constants for Logitch Harmony Hub tests."""
|
||
|
|
||
|
HUB_NAME = "Guest Room"
|
||
|
ENTITY_REMOTE = "remote.guest_room"
|
||
|
ENTITY_WATCH_TV = "switch.guest_room_watch_tv"
|
||
|
ENTITY_PLAY_MUSIC = "switch.guest_room_play_music"
|