Home Assistant Configuration

GitHub Last Commit GitHub Activity HA Version

Home Assistant

Home Assistant My config for Home Assistant

Based on Frenck's config and Patatman's config

See: Frencks Github See: Patatmans Github

Entity file naming:

<entity_type>/<platform>.<name>.yaml e.g. light/mqtt.color_light.yaml

Customization file naming:

<entity_name>.yaml e.g. binary_sensor.motion_sensor_4.yaml

Automation naming:

If room specific, lighting for example. <room>/<type>_<trigger>.yaml e.g. kitchen/light_motion-on.yaml or livingroom/light_button-1.yaml

If it's a virtual automation, like alarm: <type>_<trigger>_<action>.yaml e.g. alarm_pending_notification.yaml or telegram_windows-open_notification.yaml