Its the light's state which is changed. (#4308)

This commit is contained in:
Scholli 2017-12-30 21:22:16 +01:00 committed by Franck Nijhof
parent 7167ab1210
commit 1d575113f9

View File

@ -29,7 +29,7 @@ light:
Configuration variables:
- **command_topic** (*Required*): The MQTT topic to publish commands to change the switch state.
- **command_topic** (*Required*): The MQTT topic to publish commands to change the light's state.
- **brightness_command_topic** (*Optional*): The MQTT topic to publish commands to change the light's brightness.
- **brightness_scale** (*Optional*): Defines the maximum brightness value (i.e. 100%) of the MQTT device (defaults to 255).
- **brightness_state_topic** (*Optional*): The MQTT topic subscribed to receive brightness state updates.