Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.sfr_box.const Namespace Reference

Variables

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

Detailed Description

SFR Box constants.

Variable Documentation

◆ DEFAULT_HOST

string homeassistant.components.sfr_box.const.DEFAULT_HOST = "192.168.0.1"

Definition at line 5 of file const.py.

◆ DEFAULT_USERNAME

string homeassistant.components.sfr_box.const.DEFAULT_USERNAME = "admin"

Definition at line 6 of file const.py.

◆ DOMAIN

string homeassistant.components.sfr_box.const.DOMAIN = "sfr_box"

Definition at line 8 of file const.py.

◆ PLATFORMS

list homeassistant.components.sfr_box.const.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]

Definition at line 10 of file const.py.

◆ PLATFORMS_WITH_AUTH

list homeassistant.components.sfr_box.const.PLATFORMS_WITH_AUTH = [*PLATFORMS, Platform.BUTTON]

Definition at line 11 of file const.py.