mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-09-01 18:45:07 +00:00
Reducing some complexity in my weather sensors.
This commit is contained in:
@@ -1288,25 +1288,25 @@ input_text:
|
||||
name: Triggered Weather Alert IDs - UI
|
||||
icon: mdi:information-variant
|
||||
max: 255
|
||||
initial: None
|
||||
initial: 1
|
||||
|
||||
weatheralerts_triggered_pushbullet_alert_ids:
|
||||
name: Triggered Weather Alert IDs - Pushbullet
|
||||
icon: mdi:information-variant
|
||||
max: 255
|
||||
initial: None
|
||||
initial: 1
|
||||
|
||||
weatheralerts_triggered_alert_ids:
|
||||
name: Triggered Weather Alert IDs - Text
|
||||
icon: mdi:information-variant
|
||||
max: 255
|
||||
initial: None
|
||||
initial: 1
|
||||
|
||||
weatheralerts_triggered_audible_alert_ids:
|
||||
name: Triggered Weather Alert IDs - Audible
|
||||
icon: mdi:information-variant
|
||||
max: 255
|
||||
initial: None
|
||||
initial: 1
|
||||
|
||||
|
||||
################################################################################
|
||||
|
Reference in New Issue
Block a user