dfsx1
dfsx1
@cyberjunky @chris1 I think this is the problem. Debug says it posts to `mqtt_topic` https://github.com/cyberjunky/RTL-SDR-P2000Receiver-HA/blob/cff3779b1f783e08031375f2c8ad1d2fda958a98/p2000.py#L749 But this is wrong because it actually posts to `mqtt_topic_sensor` https://github.com/cyberjunky/RTL-SDR-P2000Receiver-HA/blob/cff3779b1f783e08031375f2c8ad1d2fda958a98/p2000.py#L745 ``` self.mqtt_topic_sensor = (...
Thanks @sharsky68 🚀 Some (minor) issues with this PR tho: 1. WARNING Using `switch.SWITCH_SCHEMA` is deprecated and will be removed in ESPHome 2025.11.0. Please use `switch.switch_schema(...)` instead. If you are...