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,681 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 Apr 23, 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 May 13, 2022
  • JavaScript
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
ahWorkShop
ahWorkShop commented Feb 20, 2022

I have Bosch PIR (model isc-bpr2-w12). In the Bosch environment when the circuit is opened, that signals movement was detected. Which seems to be the opposite of other PIR sensors. With the Bosch connected to ESPresense, when there is no movement the entity shows as movement detected and when there's movement its displayed as clear.

An option to configure how the PIR signal works in ESPresense

enhancement good first issue