Hi All,
I try to add Zwave Sensors (battery status) and Nest Smoke and CO2 state sensors in Homekit.
But they are not shown in Homekit at all:
homekit.yaml
filter:
include_domains:
- climate
- switch
- media_player
include_entities:
- light.livingroom_all
- light.dressoir_all
- light.hallway
- light.balcony
- light.toilet_all
- light.bedroom_all
- light.bathroom_all
- light.kitchen_all
- light.sink_all
- device_tracker.geofency_peter
- device_tracker.geofency_kay
- input_boolean.scene_sleeping
- input_boolean.scene_goodnight
- sensor.bedroom_nest_protect_co_status
- sensor.bedroom_nest_protect_smoke_status
- sensor.dining_room_nest_protect_co_status
- sensor.dining_room_nest_protect_smoke_status
- sensor.living_room_nest_protect_co_status
- sensor.living_room_nest_protect_smoke_status
- sensor.node_11_temperature
- sensor.node_13_temperature
- sensor.node_14_temperature
- sensor.node_15_temperature
- sensor.node_16_temperature
- sensor.node_17_temperature
- sensor.node_18_temperature
- sensor.node_19_temperature
- sensor.node_20_temperature
exclude_entities:
- binary_sensor.bedroom_nest_protect_online
- binary_sensor.dining_room_nest_protect_online
- binary_sensor.living_room_nest_protect_online
- binary_sensor.entryway_thermostat_has_leaf
- binary_sensor.entryway_thermostat_online
- binary_sensor.imac_peter
- binary_sensor.meek_hallway
- binary_sensor.meek_p1_meter
- binary_sensor.meek_wc
- binary_sensor.milight_hub
- binary_sensor.toshiba_laptop
- binary_sensor.asingaborg_away
sensor.node_11_temperature (output developer tool > states):
state:
20.9
attributes:
node_id: 11
value_index: 1
value_instance: 1
value_id: 72057594227474450
unit_of_measurement: °C
friendly_name: Fibaro Frontdoor Access Temp
sensor.dining_room_nest_protect_smoke_status (output developer tool > states):
state:
Ok
Can someone help me with this?
Do I need add more like entity_config and type?