fields: entity_id: description: The entity to change example: zwave.master_bedroom_dimmer led: description: 'Which LED to adjust (Light(Default), Fan)' example: "Light" # Set to "false" to adjust the fan LED sequence: - service: script.inovelli_led data_template: entity_id: "{{ entity_id }}" led: "{{ led }}" effect: "Off"