diff --git a/.yamllint/rules.yml b/.yamllint/rules.yml index f8cb029..8d7832b 100644 --- a/.yamllint/rules.yml +++ b/.yamllint/rules.yml @@ -1,6 +1,6 @@ # https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration -extends: relaxed +extends: default rules: anchors: @@ -9,5 +9,5 @@ rules: # 255 chars should be enough, but don't fail if a line is longer line-length: - max: 255 + max: 200 level: warning diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index 0002c1f..4245f3d 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -43,7 +43,7 @@ blueprint: homeassistant: min_version: 2023.9.0 -# yamllint disable rule:line-length +# yamllint disable rule:indentation input: ##### MAIN NAME ##### nspanel_name: @@ -263,7 +263,8 @@ blueprint: description: > *HOME page* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector home_value01_icon_color: @@ -295,7 +296,8 @@ blueprint: description: > *HOME page* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector home_value02_icon_color: @@ -327,7 +329,8 @@ blueprint: description: > *HOME page* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector home_value03_icon_color: @@ -653,7 +656,8 @@ blueprint: description: > *HOME page* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector ## Page Home - Custom button 02 @@ -672,7 +676,8 @@ blueprint: description: > *HOME page* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector ## Page Home - Custom button 03 @@ -691,7 +696,8 @@ blueprint: description: > *HOME page* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector ## Page Home - Custom button 04 @@ -710,7 +716,8 @@ blueprint: description: > *HOME page* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector ## Page Home - Custom button 05 @@ -729,7 +736,8 @@ blueprint: description: > *HOME page* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector ## Page Home - Custom button 06 @@ -748,7 +756,8 @@ blueprint: description: > *HOME page* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector ## Page Home - Custom button 07 @@ -767,7 +776,8 @@ blueprint: description: > *HOME page* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector @@ -784,7 +794,9 @@ blueprint: description: > *CLIMATE page* - *If an entity is selected, the **"Thermostat page"** is activated and enabled. If you have **"Underfloor Heating System"** and want to switch it via the relay, you must create a separate climate in HA. See HowTo* + *If an entity is selected, the **"Thermostat page"** is activated and enabled. + If you have **"Underfloor Heating System"** and want to switch it via the relay, + you must create a separate climate in HA. See HowTo* default: [] selector: entity: @@ -821,7 +833,8 @@ blueprint: description: > *CLIMATE page* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector climate_button08_icon_color: @@ -855,7 +868,8 @@ blueprint: description: > *CLIMATE page* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector climate_button09_icon_color: @@ -891,7 +905,8 @@ blueprint: description: > *CLIMATE page* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector climate_value01_icon_color: @@ -924,7 +939,8 @@ blueprint: description: > *CLIMATE page* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector climate_value02_icon_color: @@ -957,7 +973,8 @@ blueprint: description: > *CLIMATE page* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector climate_value03_icon_color: @@ -990,7 +1007,8 @@ blueprint: description: > *CLIMATE page* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector climate_value04_icon_color: @@ -1251,7 +1269,7 @@ blueprint: description: > *ButtonPage01* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: &button-entity-selector entity: @@ -1287,7 +1305,8 @@ blueprint: description: > *ButtonPage01* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity01_icon_color: @@ -1312,7 +1331,7 @@ blueprint: description: > *ButtonPage01* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity02_name: @@ -1329,7 +1348,8 @@ blueprint: description: > *ButtonPage01* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity02_icon_color: @@ -1354,7 +1374,7 @@ blueprint: description: > *ButtonPage01* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity03_name: @@ -1371,7 +1391,8 @@ blueprint: description: > *ButtonPage01* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity03_icon_color: @@ -1396,7 +1417,7 @@ blueprint: description: > *ButtonPage01* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity04_name: @@ -1413,7 +1434,8 @@ blueprint: description: > *ButtonPage01* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity04_icon_color: @@ -1438,7 +1460,7 @@ blueprint: description: > *ButtonPage01* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity05_name: @@ -1455,7 +1477,8 @@ blueprint: description: > *ButtonPage01* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity05_icon_color: @@ -1480,7 +1503,7 @@ blueprint: description: > *ButtonPage01* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity06_name: @@ -1497,7 +1520,8 @@ blueprint: description: > *ButtonPage01* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity06_icon_color: @@ -1522,7 +1546,7 @@ blueprint: description: > *ButtonPage01* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity07_name: @@ -1539,7 +1563,8 @@ blueprint: description: > *ButtonPage01* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity07_icon_color: @@ -1564,7 +1589,7 @@ blueprint: description: > *ButtonPage01* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity08_name: @@ -1581,7 +1606,8 @@ blueprint: description: > *ButtonPage01* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity08_icon_color: @@ -1623,7 +1649,7 @@ blueprint: description: > *ButtonPage02* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity09_name: @@ -1640,7 +1666,8 @@ blueprint: description: > *ButtonPage02* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity09_icon_color: @@ -1665,7 +1692,7 @@ blueprint: description: > *ButtonPage02* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity10_name: @@ -1682,7 +1709,8 @@ blueprint: description: > *ButtonPage02* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity10_icon_color: @@ -1707,7 +1735,7 @@ blueprint: description: > *ButtonPage02* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity11_name: @@ -1724,7 +1752,8 @@ blueprint: description: > *ButtonPage02* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity11_icon_color: @@ -1749,7 +1778,7 @@ blueprint: description: > *ButtonPage02* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity12_name: @@ -1766,7 +1795,8 @@ blueprint: description: > *ButtonPage02* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity12_icon_color: @@ -1791,7 +1821,7 @@ blueprint: description: > *ButtonPage02* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity13_name: @@ -1808,7 +1838,8 @@ blueprint: description: > *ButtonPage02* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity13_icon_color: @@ -1833,7 +1864,7 @@ blueprint: description: > *ButtonPage02* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity14_name: @@ -1850,7 +1881,8 @@ blueprint: description: > *ButtonPage02* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity14_icon_color: @@ -1875,7 +1907,7 @@ blueprint: description: > *ButtonPage02* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity15_name: @@ -1892,7 +1924,8 @@ blueprint: description: > *ButtonPage02* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity15_icon_color: @@ -1917,7 +1950,7 @@ blueprint: description: > *ButtonPage02* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity16_name: @@ -1934,7 +1967,8 @@ blueprint: description: > *ButtonPage02* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity16_icon_color: @@ -1976,7 +2010,7 @@ blueprint: description: > *ButtonPage03* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity17_name: @@ -1993,7 +2027,8 @@ blueprint: description: > *ButtonPage03* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity17_icon_color: @@ -2018,7 +2053,7 @@ blueprint: description: > *ButtonPage03* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity18_name: @@ -2035,7 +2070,8 @@ blueprint: description: > *ButtonPage03* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity18_icon_color: @@ -2060,7 +2096,7 @@ blueprint: description: > *ButtonPage03* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity19_name: @@ -2077,7 +2113,8 @@ blueprint: description: > *ButtonPage03* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity19_icon_color: @@ -2102,7 +2139,7 @@ blueprint: description: > *ButtonPage03* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity20_name: @@ -2119,7 +2156,8 @@ blueprint: description: > *ButtonPage03* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity20_icon_color: @@ -2144,7 +2182,7 @@ blueprint: description: > *ButtonPage03* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity21_name: @@ -2161,7 +2199,8 @@ blueprint: description: > *ButtonPage03* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity21_icon_color: @@ -2186,7 +2225,7 @@ blueprint: description: > *ButtonPage03* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity22_name: @@ -2203,7 +2242,8 @@ blueprint: description: > *ButtonPage03* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity22_icon_color: @@ -2228,7 +2268,7 @@ blueprint: description: > *ButtonPage03* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity23_name: @@ -2245,7 +2285,8 @@ blueprint: description: > *ButtonPage03* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity23_icon_color: @@ -2270,7 +2311,7 @@ blueprint: description: > *ButtonPage03* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity24_name: @@ -2287,7 +2328,8 @@ blueprint: description: > *ButtonPage03* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity24_icon_color: @@ -2329,7 +2371,7 @@ blueprint: description: > *ButtonPage04* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity25_name: @@ -2346,7 +2388,8 @@ blueprint: description: > *ButtonPage04* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity25_icon_color: @@ -2371,7 +2414,7 @@ blueprint: description: > *ButtonPage04* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity26_name: @@ -2388,7 +2431,8 @@ blueprint: description: > *ButtonPage04* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity26_icon_color: @@ -2413,7 +2457,7 @@ blueprint: description: > *ButtonPage04* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity27_name: @@ -2430,7 +2474,8 @@ blueprint: description: > *ButtonPage04* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity27_icon_color: @@ -2455,7 +2500,7 @@ blueprint: description: > *ButtonPage04* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity28_name: @@ -2472,7 +2517,8 @@ blueprint: description: > *ButtonPage04* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity28_icon_color: @@ -2497,7 +2543,7 @@ blueprint: description: > *ButtonPage04* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity29_name: @@ -2514,7 +2560,8 @@ blueprint: description: > *ButtonPage04* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity29_icon_color: @@ -2539,7 +2586,7 @@ blueprint: description: > *ButtonPage04* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity30_name: @@ -2556,7 +2603,8 @@ blueprint: description: > *ButtonPage04* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity30_icon_color: @@ -2581,7 +2629,7 @@ blueprint: description: > *ButtonPage04* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity31_name: @@ -2598,7 +2646,8 @@ blueprint: description: > *ButtonPage04* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity31_icon_color: @@ -2623,7 +2672,7 @@ blueprint: description: > *ButtonPage04* - *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate | media_player)* + *Entity which should be switched* default: [] selector: *button-entity-selector entity32_name: @@ -2640,7 +2689,8 @@ blueprint: description: > *ButtonPage04* - *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* + *Icon which should be displayed + (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity32_icon_color: @@ -2751,7 +2801,8 @@ blueprint: description: > *EntityPage01* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity02: @@ -2777,7 +2828,8 @@ blueprint: description: > *EntityPage01* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity03: @@ -2803,7 +2855,8 @@ blueprint: description: > *EntityPage01* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity04: @@ -2829,7 +2882,8 @@ blueprint: description: > *EntityPage01* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity05: @@ -2855,7 +2909,8 @@ blueprint: description: > *EntityPage01* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity06: @@ -2881,7 +2936,8 @@ blueprint: description: > *EntityPage01* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity07: @@ -2907,7 +2963,8 @@ blueprint: description: > *EntityPage01* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity08: @@ -2933,7 +2990,8 @@ blueprint: description: > *EntityPage01* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector ##### Entity page 02 - Entities ##### @@ -2976,7 +3034,8 @@ blueprint: description: > *EntityPage02* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity10: @@ -3002,7 +3061,8 @@ blueprint: description: > *EntityPage02* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity11: @@ -3028,7 +3088,8 @@ blueprint: description: > *EntityPage02* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity12: @@ -3054,7 +3115,8 @@ blueprint: description: > *EntityPage02* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity13: @@ -3080,7 +3142,8 @@ blueprint: description: > *EntityPage02* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity14: @@ -3106,7 +3169,8 @@ blueprint: description: > *EntityPage02* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity15: @@ -3132,7 +3196,8 @@ blueprint: description: > *EntityPage02* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity16: @@ -3158,7 +3223,8 @@ blueprint: description: > *EntityPage02* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector ##### Entity page 03 - Entities ##### @@ -3201,7 +3267,8 @@ blueprint: description: > *EntityPage03* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity18: @@ -3227,7 +3294,8 @@ blueprint: description: > *EntityPage03* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity19: @@ -3253,7 +3321,8 @@ blueprint: description: > *EntityPage03* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity20: @@ -3279,7 +3348,8 @@ blueprint: description: > *EntityPage03* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity21: @@ -3305,7 +3375,8 @@ blueprint: description: > *EntityPage03* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity22: @@ -3331,7 +3402,8 @@ blueprint: description: > *EntityPage03* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity23: @@ -3357,7 +3429,8 @@ blueprint: description: > *EntityPage03* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity24: @@ -3383,7 +3456,8 @@ blueprint: description: > *EntityPage03* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector ##### Entity page 04 - Entities ##### @@ -3426,7 +3500,8 @@ blueprint: description: > *EntityPage04* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity26: @@ -3452,7 +3527,8 @@ blueprint: description: > *EntityPage04* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity27: @@ -3478,7 +3554,8 @@ blueprint: description: > *EntityPage04* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity28: @@ -3504,7 +3581,8 @@ blueprint: description: > *EntityPage04* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity29: @@ -3530,7 +3608,8 @@ blueprint: description: > *EntityPage04* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity30: @@ -3556,7 +3635,8 @@ blueprint: description: > *EntityPage04* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity31: @@ -3582,7 +3662,8 @@ blueprint: description: > *EntityPage04* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity32: @@ -3608,7 +3689,8 @@ blueprint: description: > *EntityPage04* - *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* + *Icon which should be displayed + (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector @@ -3767,7 +3849,7 @@ blueprint: - label: "Trigger" value: "trigger" -# yamllint enable rule:line-length +# yamllint enable rule:indentation ############################################################# ##### CLOSE - INPUT ##### ############################################################# @@ -3950,7 +4032,13 @@ variables: ##### MUI Multilingual User Interface ##### language_tmp: !input 'language' - language: '{{ language_tmp if language_tmp is string and language_tmp in ["bg", "hr", "cs", "da", "nl", "et", "fi", "fr", "de", "el", "he", "hu", "id", "it", "lv", "lt", "nb", "pl", "pt", "ro", "ru", "sk", "sl", "es", "sv", "tr", "uk"] else "en" }}' + language: > + {{ + language_tmp + if language_tmp is string + and language_tmp in ["bg", "hr", "cs", "da", "nl", "et", "fi", "fr", "de", "el", "he", "hu", "id", "it", "lv", "lt", "nb", "pl", "pt", "ro", "ru", "sk", "sl", "es", "sv", "tr", "uk", "zh-tw"] + else "en" + }} mui: bg: #Bulgarian