hass-core/homeassistant/components/reolink/const.py
starkillerOG 7e51aeb916
Reolink add binary sensors (#85654)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-01-20 22:27:59 +01:00

6 lines
129 B
Python

"""Constants for the Reolink Camera integration."""
DOMAIN = "reolink"
CONF_USE_HTTPS = "use_https"
CONF_PROTOCOL = "protocol"