diff --git a/clients/HomeAssistant/light.yaml b/clients/HomeAssistant/light.yaml index 91c201f..0e2a23d 100644 --- a/clients/HomeAssistant/light.yaml +++ b/clients/HomeAssistant/light.yaml @@ -1,5 +1,6 @@ light: - - platform: mqtt_json + - platform: mqtt + schema: json name: "NeoPixel LEDs" state_topic: "home/McLighting01_ha/state/out" command_topic: "home/McLighting01_ha/state/in" @@ -102,4 +103,4 @@ automation: - data_template: entity_id: input_number.neopixel_animation_speed value: '{{ trigger.payload_json.speed | int }}' - service: input_number.set_value \ No newline at end of file + service: input_number.set_value