Add support to input_boolean to chips

- Chips now supports `input_boolean` entities (Toggle Helpers).

This resolves #479.
This commit is contained in:
Edward Firmo
2023-03-25 07:37:33 +01:00
committed by GitHub
parent 7f7d496beb
commit 44836d1e4d

View File

@@ -332,8 +332,9 @@ The goal was to create a version that allows everyone to use the NSpanel fully l
entity: entity:
domain: domain:
- binary_sensor - binary_sensor
- sensor - input_boolean
- light - light
- sensor
- switch - switch
chip01_icon: chip01_icon:
name: Chip 01 - ICON (Optional) name: Chip 01 - ICON (Optional)