Hi,
I’ve create a custom entity as a sensor (to display power from one of my wall outlet).
However, when i try to expose it via Homekit Bridge it’s not working. Anyone know what might be the issue ?
sensor.outlets_mean_per_week ← this is the custom sensor entity that provide an average of the power used by my power outlet.
sensor:
- platform: statistics
name: "Outlets mean per week"
entity_id: sensor.living_tv_console_5_power
state_characteristic: mean
max_age:
hours: 169
homekit:
- name: Sensors
port: XXXXXX
filter:
include_entity_globs:
- some other entities
include_entities:
- sensor.outlets_mean_per_week
- sensor.living_tv_console_5_power