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_motion.binary_sensor.FFmpegBinarySensor
 
class  homeassistant.components.ffmpeg_motion.binary_sensor.FFmpegMotion
 

Namespaces

 homeassistant.components.ffmpeg_motion.binary_sensor
 

Functions

None homeassistant.components.ffmpeg_motion.binary_sensor.__init__ (self, _HAFFmpegT ffmpeg, dict[str, Any] config)
 
None homeassistant.components.ffmpeg_motion.binary_sensor._async_callback (self, bool|None state)
 
None homeassistant.components.ffmpeg_motion.binary_sensor.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 
bool|None homeassistant.components.ffmpeg_motion.binary_sensor.is_on (self)
 
str homeassistant.components.ffmpeg_motion.binary_sensor.name (self)
 

Variables

 homeassistant.components.ffmpeg_motion.binary_sensor._config
 
 homeassistant.components.ffmpeg_motion.binary_sensor._state
 
string homeassistant.components.ffmpeg_motion.binary_sensor.CONF_CHANGES = "changes"
 
string homeassistant.components.ffmpeg_motion.binary_sensor.CONF_REPEAT_TIME = "repeat_time"
 
string homeassistant.components.ffmpeg_motion.binary_sensor.CONF_RESET = "reset"
 
bool homeassistant.components.ffmpeg_motion.binary_sensor.DEFAULT_INIT_STATE = True
 
string homeassistant.components.ffmpeg_motion.binary_sensor.DEFAULT_NAME = "FFmpeg Motion"
 
 homeassistant.components.ffmpeg_motion.binary_sensor.PLATFORM_SCHEMA