Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.onewire.const
 

Variables

string homeassistant.components.onewire.const.DEFAULT_HOST = "localhost"
 
int homeassistant.components.onewire.const.DEFAULT_PORT = 4304
 
 homeassistant.components.onewire.const.DEVICE_KEYS_0_3 = range(4)
 
 homeassistant.components.onewire.const.DEVICE_KEYS_0_7 = range(8)
 
tuple homeassistant.components.onewire.const.DEVICE_KEYS_A_B = ("A", "B")
 
dictionary homeassistant.components.onewire.const.DEVICE_SUPPORT
 
list homeassistant.components.onewire.const.DEVICE_SUPPORT_OPTIONS = ["28"]
 
string homeassistant.components.onewire.const.DOMAIN = "onewire"
 
string homeassistant.components.onewire.const.INPUT_ENTRY_CLEAR_OPTIONS = "clear_device_options"
 
string homeassistant.components.onewire.const.INPUT_ENTRY_DEVICE_SELECTION = "device_selection"
 
string homeassistant.components.onewire.const.MANUFACTURER_EDS = "Embedded Data Systems"
 
string homeassistant.components.onewire.const.MANUFACTURER_HOBBYBOARDS = "Hobby Boards"
 
string homeassistant.components.onewire.const.MANUFACTURER_MAXIM = "Maxim Integrated"
 
string homeassistant.components.onewire.const.OPTION_ENTRY_DEVICE_OPTIONS = "device_options"
 
string homeassistant.components.onewire.const.OPTION_ENTRY_SENSOR_PRECISION = "precision"
 
list homeassistant.components.onewire.const.PLATFORMS
 
dictionary homeassistant.components.onewire.const.PRECISION_MAPPING_FAMILY_28
 
string homeassistant.components.onewire.const.READ_MODE_BOOL = "bool"
 
string homeassistant.components.onewire.const.READ_MODE_FLOAT = "float"
 
string homeassistant.components.onewire.const.READ_MODE_INT = "int"