Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.sfr_box.const
 

Variables

string homeassistant.components.sfr_box.const.DEFAULT_HOST = "192.168.0.1"
 
string homeassistant.components.sfr_box.const.DEFAULT_USERNAME = "admin"
 
string homeassistant.components.sfr_box.const.DOMAIN = "sfr_box"
 
list homeassistant.components.sfr_box.const.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]
 
list homeassistant.components.sfr_box.const.PLATFORMS_WITH_AUTH = [*PLATFORMS, Platform.BUTTON]