"""Constants for the Roku integration.""" DOMAIN = "roku" # Attributes ATTR_IDENTIFIERS = "identifiers" ATTR_MANUFACTURER = "manufacturer" ATTR_MODEL = "model" ATTR_SOFTWARE_VERSION = "sw_version" # Default Values DEFAULT_PORT = 8060