Skip to content
#

homeassistant

home-assistant logo

Home Assistant is an open source home automation system that puts local control and privacy first. It is powered by a worldwide community of tinkerers and DIY enthusiasts, perfectly suited to run on a Raspberry Pi or a local server.

Here are 1,705 public repositories matching this topic...

Home-AssistantConfig

🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to it. Updated FREQUENTLY!

  • Updated May 20, 2022
  • JavaScript
RaspberryMatic

🏠 A lightweight, buildroot-based Linux operating system alternative for your CCU3, ELV-Charly or for running your "HomeMatic CCU" IoT central as a pure virtual appliance (using Proxmox VE, VirtualBox, Docker/OCI, Kubernetes/K8s, Home Assistant, vmWare ESXi, etc.) or on your own RaspberryPi, Tinkerboard, ODROID, etc. SBC device...

  • Updated Jun 5, 2022
  • JavaScript
alandtse
alandtse commented May 29, 2022

Describe the bug
Amazon no longer appears to use recurringPattern for many recurrences and instead uses rRuleData
https://alexa.amazon.com/api/notifications

This may not have any immediate impact but the sensors do not specifically handle this use case and should be monitored. The processing of recurrence rules used to be necessary to accurately handle a notification that hit the firs

help wanted good first issue
vacuum-card
dbochicchio
dbochicchio commented Apr 27, 2022

Describe the solution you'd like
Combine both entity_id and attribute, so we could get (and transform) something from an entity where the primary attribute is not what we want, without creating a new sensor.

ie:

   - entity_id: sensor.deebot920_last_cleaning
     attribute: timestamp
     value_template: '{{ value | timestamp_custom("%Y/%m/%d %H:%M:%S") }}'
     subtitle: Last job
enhancement good first issue