Clean up: Remove build files, update README with current features
- Removed TypeScript source and build configuration files - Updated README with all current features (icon picker, icon size, show/hide options) - Updated example configuration - Card is now standalone JavaScript file ready to use
This commit is contained in:
@@ -5,16 +5,17 @@ type: custom:light-button-card
|
||||
button_entity: button.plc_light_1
|
||||
binary_sensor_entity: binary_sensor.plc_light_1_status
|
||||
name: Living Room Light
|
||||
icon_on: mdi:lightbulb
|
||||
icon_off: mdi:lightbulb-outline
|
||||
icon: mdi:lightbulb
|
||||
icon_size: 64
|
||||
show_name: true
|
||||
show_status: true
|
||||
|
||||
# Another example with different icon
|
||||
# Another example with different settings
|
||||
# type: custom:light-button-card
|
||||
# button_entity: button.plc_light_2
|
||||
# binary_sensor_entity: binary_sensor.plc_light_2_status
|
||||
# name: Kitchen Light
|
||||
# icon_on: mdi:ceiling-light
|
||||
# icon_off: mdi:ceiling-light-outline
|
||||
# icon: mdi:ceiling-light
|
||||
# icon_size: 90
|
||||
# show_name: true
|
||||
|
||||
# show_status: false
|
||||
|
||||
Reference in New Issue
Block a user