* Initial commit of jvcprojector * Renamed domain * Initial commit * Support for v1.0.6 device api * Fixed failing test * Removed TYPE_CHECKING constant * Removed jvc brand * Removed constant rename * Renaming more constants * Renaming yet more constants * Improved config_flow tests * More changes based on feedback * Moved config_flow dependency * Removed default translation title * Removed translation file * Order manifest properly
5 lines
121 B
Python
5 lines
121 B
Python
"""Constants for the jvc_projector integration."""
|
|
|
|
NAME = "JVC Projector"
|
|
DOMAIN = "jvc_projector"
|
|
MANUFACTURER = "JVC"
|