mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
This doesn't make any sense to me. At All.
This commit is contained in:
@@ -7,7 +7,7 @@ homeassistant:
|
||||
customize_glob:
|
||||
"input_select.log_*":
|
||||
icon: mdi:bug
|
||||
|
||||
|
||||
hidden: False
|
||||
|
||||
#-------------------------------------------
|
||||
@@ -42,5 +42,5 @@ automation:
|
||||
homeassistant.components: "{{ states.input_select.log_level.state }}"
|
||||
|
||||
- service: script.tweet_engine
|
||||
data:
|
||||
data_template:
|
||||
tweet: "My logging level has just been set to {{ states.input_select.log_level.state }}"
|
||||
|
@@ -7,7 +7,7 @@ homeassistant:
|
||||
input_boolean.lastmsg:
|
||||
friendly_name: 'Repeat Message'
|
||||
icon: mdi:repeat-once
|
||||
|
||||
|
||||
hidden: False
|
||||
#-------------------------------------------
|
||||
input_boolean:
|
||||
|
@@ -23,6 +23,10 @@ notify:
|
||||
### Building out some Historical stats for tweeting. #####################
|
||||
sensor:
|
||||
|
||||
- platform: mqtt
|
||||
state_topic: "ifttt/message"
|
||||
name: "ifttt formatted message"
|
||||
|
||||
- platform: history_stats
|
||||
name: Doorbell Presses
|
||||
entity_id: binary_sensor.skybell_stone_door_button
|
||||
|
Reference in New Issue
Block a user