Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning for color_mode when using MQTT and blaQ #65

Open
danielgoepp opened this issue Jun 24, 2024 · 0 comments
Open

Warning for color_mode when using MQTT and blaQ #65

danielgoepp opened this issue Jun 24, 2024 · 0 comments

Comments

@danielgoepp
Copy link

I know, just another warning here, and probably not a priority, but I'll report anyway just in case :)

I think I only started getting these when I switched over to using MQTT instead of the API.

[09:31:36][I][app:100]: ESPHome version 2024.6.1 compiled on Jun 23 2024, 09:48:07
[09:31:36][I][app:102]: Project konnected.garage-door-gdov2-q version 1.2.4

2024-06-24 04:38:47.036 WARNING (MainThread) [homeassistant.components.mqtt.light.schema_json] Deprecated flag `color_mode` used in MQTT JSON light config , the `color_mode` flag is not used anymore and should be removed. Got: {'schema': 'json', 'supported_color_modes': ['onoff'], 'name': 'Garage Light', 'availability_topic': 'garage-door-opener-workshop/status', 'unique_id': '34b7da6119d0-light-ec143116', 'command_topic': 'garage-door-opener-workshop/light/garage_light/command', 'device': {'manufacturer': 'espressif', 'identifiers': '34b7da6119d0', 'name': 'Garage Door Opener Workshop', 'model': 'esp32-s3-devkitc-1', 'sw_version': 'esphome v2024.6.1 Jun 23 2024, 09:33:11', 'suggested_area': ''}, 'state_topic': 'garage-door-opener-workshop/light/garage_light/state', 'color_mode': True, 'platform': 'mqtt'}. This will stop working in Home Assistant Core 2025.3

2024-06-24 04:38:47.046 WARNING (MainThread) [homeassistant.components.mqtt.light.schema_json] Deprecated flag `color_mode` used in MQTT JSON light config , the `color_mode` flag is not used anymore and should be removed. Got: {'schema': 'json', 'supported_color_modes': ['onoff'], 'name': 'Garage Light', 'availability_topic': 'garage-door-opener-car/status', 'unique_id': 'f412fa9c449c-light-ec143116', 'command_topic': 'garage-door-opener-car/light/garage_light/command', 'device': {'manufacturer': 'espressif', 'identifiers': 'f412fa9c449c', 'name': 'Garage Door Opener Car', 'model': 'esp32-s3-devkitc-1', 'sw_version': 'esphome v2024.6.1 Jun 23 2024, 09:48:07', 'suggested_area': ''}, 'state_topic': 'garage-door-opener-car/light/garage_light/state', 'color_mode': True, 'platform': 'mqtt'}. This will stop working in Home Assistant Core 2025.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant