"""Constants for the Easy Computer Manager integration.""" DOMAIN = "easy_computer_manager" SERVICE_SEND_MAGIC_PACKET = "send_magic_packet" SERVICE_RESTART_TO_WINDOWS_FROM_LINUX = "restart_to_windows_from_linux" SERVICE_RESTART_TO_LINUX_FROM_WINDOWS = "restart_to_linux_from_windows" SERVICE_PUT_COMPUTER_TO_SLEEP = "put_computer_to_sleep" SERVICE_START_COMPUTER_TO_WINDOWS = "start_computer_to_windows" SERVICE_RESTART_COMPUTER = "restart_computer" SERVICE_CHANGE_MONITORS_CONFIG = "change_monitors_config" SERVICE_STEAM_BIG_PICTURE = "steam_big_picture" SERVICE_CHANGE_AUDIO_CONFIG = "change_audio_config" SERVICE_DEBUG_INFO = "debug_info"