Hello,
New on Home Assistent on Raspberry Pi 4, and waiting for my conbee 2 (it will arrive tomorrow, most off my sensors are Xiaomi and Aqara zigbee devices), so I already tried to add my temperature sensors (BLE). I looks like it worked well to add them, only, no values are visible when I check them.
This is my configuration.yaml where I added 4 sensors…Someone can help me? Thanks.
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
sensor:
- platform: mitemp_bt
mac: "A4:C1:38:11:6E:42"
name: Temp chambre Ruben
force_update: true
median: 1
monitored_conditions:
- temperature
- humidity
- battery
- platform: mitemp_bt
mac: "A4:C1:38:D4:A7:9D"
name: Temp chambre
force_update: true
median: 1
monitored_conditions:
- temperature
- humidity
- battery
- platform: mitemp_bt
mac: "A4:C1:38:98:B5:F8"
name: Temp SDB
force_update: true
median: 1
monitored_conditions:
- temperature
- humidity
- battery
- platform: mitemp_bt
mac: "A4:C1:38:6B:69:0E"
name: Temp Living
force_update: true
median: 1
monitored_conditions:
- temperature
- humidity
- battery