Brian J King
Brian J King
```json { "entity_id": "media_player.small_googles", "message": "Test" } ```
* Reference: https://home-assistant.io/cookbook/fail2ban/
```yaml - platform: comed_hourly_pricing name: Comed Energy Pricing monitored_feeds: - type: current_hour_average ```
* https://home-assistant.io/cookbook/automation_for_rainy_days/ ## Current Automation Prior to Edits: ```yaml - alias: Rainy Day trigger: platform: state entity_id: sensor.weather_precip_intensity to: 'rain' condition: - condition: state entity_id: group.all_devices state: 'home' - condition:...
```yaml homeassistant: customize: sensor.pollen_index: icon: mdi:flower sensor.pollen_level: icon: mdi:flower sensor.top_allergen_1: icon: mdi:flower sensor.top_allergen_2: icon: mdi:flower sensor.top_allergen_3: icon: mdi:flower sensor.pollen_trend: icon: mdi:flower sensor.pollen_outlook: icon: mdi:flower sensor.pollen_season: icon: mdi:flower sensor.pollen_index_forecast: icon: mdi:flower...
https://community.home-assistant.io/t/automation-weekly-reports-about-statistics/18522
``` battery_level_warning: friendly_name: 'Front Sensor Battery Level Warning' value_template: > {% if states('sensor.aeotec_zw100_multisensor_6_battery_level_5_0') | float < 10 or states('sensor.aeotec_zw120_door_window_sensor_gen5_battery_level_8_0') | float < 10 or states('sensor.aeotec_zw120_door_window_sensor_gen5_battery_level_9_0') | float < 10 %}...