6 lines
121 B
Python
6 lines
121 B
Python
|
"""Constants for the jvc_projector integration."""
|
||
|
|
||
|
NAME = "JVC Projector"
|
||
|
DOMAIN = "jvc_projector"
|
||
|
MANUFACTURER = "JVC"
|