Installable Apps - custom-components/pyscript GitHub Wiki
alert
A replacement for built-in Home Assistant Alerts. It provides more features than the native integration, is easier to configure complex scenarios, and the alert status will be maintained through a Home Assistant restart.
calc_conditional_avg
Calculates an average, conditionally.
It takes the average of multiple sensors, but only includes that sensor in the average if a condition is met.
A use case for this would be to calculate the average temperature of any occupied rooms.
calc_setpoint
Adjusts the setpoint of your climate
device based on a custom temperature sensor.
Many thermostats are not positioned in an ideal location to sense the temperature of the rooms you care about. This adjusts the setpoint according to that measured temperature and its difference from the temperature measured at the Thermostat.
candle_light
Exposes a Service to use in a Home Assistant Automation or Script to start a candle light effect on a bulb.
occupancy_manager
Uses a variety of input sensors (motion sensors, door sensors, device power sensors, etc) as well as event triggers (a light turning on, a door opening, etc) to determine if a room is occupied.
This combines many complicated automations into one simple configuration.