Chris Chreece
Chris Chreece
Thanks @olicooper. I changed in developer tools the attributes of my sensor, to leave only the datetime, condition and temperature. That worked! ~~So something in the original attributes is messing...
Because I'm using this sensor also for other purposes I'm not happy to remove keys. I will create a new one to remove the null key values. If you want...
I would like to send the greek translation file: _EDIT: also added the days of week and months since there is no more necessary to put them seperately to the...
That was a lot of work for you buddy, thank you very much. I can confirm, it works like a charm :)
I'm no programmer, don't kill me please... Just wanted to see how good is chatgpt: stream.py: ``` """Snapcast stream.""" import requests import json class Snapstream(): """Represents a snapcast stream.""" def...
This device returns in passive ble monitor battery as unknown but in the Xiaomi BLE integration reports a percentage. I think here is parsed: https://github.com/Bluetooth-Devices/xiaomi-ble/blob/main/src/xiaomi_ble/parser.py line: 1619
@myhomeiot Unfortunately that didn't help, in ESP logs the battery % is parsed but in HA it stays unavailable. ``` external_components: - source: github://myhomeiot/esphome-components myhomeiot_ble_host: myhomeiot_ble_client: - mac_address: ${flower_care_mac} service_uuid:...
 
No, the data that you see in ha are parsed on the host from its own bt chi. They existed before installing your library on an esp32 that I have...
Wonderful! Worked as intended. Thank you