Home Assistant Unofficial Reference 2024.12.1
binary_sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.ffmpeg_noise.binary_sensor.FFmpegNoise
 

Namespaces

 homeassistant.components.ffmpeg_noise.binary_sensor
 

Functions

None homeassistant.components.ffmpeg_noise.binary_sensor.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

string homeassistant.components.ffmpeg_noise.binary_sensor.CONF_DURATION = "duration"
 
string homeassistant.components.ffmpeg_noise.binary_sensor.CONF_PEAK = "peak"
 
string homeassistant.components.ffmpeg_noise.binary_sensor.CONF_RESET = "reset"
 
bool homeassistant.components.ffmpeg_noise.binary_sensor.DEFAULT_INIT_STATE = True
 
string homeassistant.components.ffmpeg_noise.binary_sensor.DEFAULT_NAME = "FFmpeg Noise"
 
 homeassistant.components.ffmpeg_noise.binary_sensor.PLATFORM_SCHEMA