Brian J King

Results 48 issues of Brian J King

```json { "entity_id": "media_player.small_googles", "message": "Test" } ```

* Reference: https://home-assistant.io/cookbook/fail2ban/

enhancement
in-progress
documentation
on hold

```yaml - platform: comed_hourly_pricing name: Comed Energy Pricing monitored_feeds: - type: current_hour_average ```

on hold

* 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:...

bug
enhancement
help wanted
automation

in-progress
documentation
cleanup

```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

enhancement
in-progress
automation
documentation

``` 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 %}...

enhancement
in-progress
automation