Compare commits
2 Commits
50e13dc0d3
...
8b3c53ba3e
Author | SHA1 | Date |
---|---|---|
ccostan | 8b3c53ba3e | |
ccostan | f06c6545b5 |
|
@ -62,117 +62,117 @@ homeassistant:
|
||||||
friendly_name: Interior doors
|
friendly_name: Interior doors
|
||||||
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
binary_sensor:
|
mqtt:
|
||||||
- platform: mqtt
|
binary_sensor:
|
||||||
state_topic: "NodeMCU1/GPIO4/Status"
|
- state_topic: "NodeMCU1/GPIO4/Status"
|
||||||
name: "MCU1_GPIO4"
|
name: "MCU1_GPIO4"
|
||||||
payload_on: 1
|
payload_on: 1
|
||||||
payload_off: 0
|
payload_off: 0
|
||||||
device_class: opening
|
device_class: opening
|
||||||
- platform: mqtt
|
|
||||||
state_topic: "NodeMCU1/GPIO5/Status"
|
|
||||||
name: "MCU1_GPIO5"
|
|
||||||
payload_on: 1
|
|
||||||
payload_off: 0
|
|
||||||
device_class: opening
|
|
||||||
- platform: mqtt
|
|
||||||
state_topic: "NodeMCU1/GPIO10/Status"
|
|
||||||
name: "MCU1_GPIO10"
|
|
||||||
payload_on: 1
|
|
||||||
payload_off: 0
|
|
||||||
device_class: opening
|
|
||||||
- platform: mqtt
|
|
||||||
state_topic: "NodeMCU1/GPIO12/Status"
|
|
||||||
name: "MCU1_GPIO12"
|
|
||||||
payload_on: 1
|
|
||||||
payload_off: 0
|
|
||||||
device_class: opening
|
|
||||||
- platform: mqtt
|
|
||||||
state_topic: "NodeMCU1/GPIO13/Status"
|
|
||||||
name: "MCU1_GPIO13"
|
|
||||||
payload_on: 1
|
|
||||||
payload_off: 0
|
|
||||||
device_class: opening
|
|
||||||
- platform: mqtt
|
|
||||||
state_topic: "NodeMCU1/GPIO14/Status"
|
|
||||||
name: "MCU1_GPIO14"
|
|
||||||
payload_on: 1
|
|
||||||
payload_off: 0
|
|
||||||
device_class: opening
|
|
||||||
|
|
||||||
- platform: mqtt
|
- state_topic: "NodeMCU1/GPIO5/Status"
|
||||||
state_topic: "NodeMCU2/GPIO4/Status"
|
name: "MCU1_GPIO5"
|
||||||
name: "MCU2_GPIO4"
|
payload_on: 1
|
||||||
payload_on: 1
|
payload_off: 0
|
||||||
payload_off: 0
|
device_class: opening
|
||||||
device_class: opening
|
|
||||||
- platform: mqtt
|
|
||||||
state_topic: "NodeMCU2/GPIO5/Status"
|
|
||||||
name: "MCU2_GPIO5"
|
|
||||||
payload_on: 1
|
|
||||||
payload_off: 0
|
|
||||||
device_class: opening
|
|
||||||
- platform: mqtt
|
|
||||||
state_topic: "NodeMCU2/GPIO9/Status"
|
|
||||||
name: "MCU2_GPIO9"
|
|
||||||
payload_on: 1
|
|
||||||
payload_off: 0
|
|
||||||
device_class: opening
|
|
||||||
- platform: mqtt
|
|
||||||
state_topic: "NodeMCU2/GPIO10/Status"
|
|
||||||
name: "MCU2_GPIO10"
|
|
||||||
payload_on: 1
|
|
||||||
payload_off: 0
|
|
||||||
device_class: opening
|
|
||||||
- platform: mqtt
|
|
||||||
state_topic: "NodeMCU2/GPIO12/Status"
|
|
||||||
name: "MCU2_GPIO12"
|
|
||||||
payload_on: 1
|
|
||||||
payload_off: 0
|
|
||||||
device_class: opening
|
|
||||||
- platform: mqtt
|
|
||||||
state_topic: "NodeMCU2/GPIO13/Status"
|
|
||||||
name: "MCU2_GPIO13"
|
|
||||||
payload_on: 1
|
|
||||||
payload_off: 0
|
|
||||||
device_class: opening
|
|
||||||
- platform: mqtt
|
|
||||||
state_topic: "NodeMCU2/GPIO14/Status"
|
|
||||||
name: "MCU2_GPIO14"
|
|
||||||
payload_on: 1
|
|
||||||
payload_off: 0
|
|
||||||
device_class: opening
|
|
||||||
|
|
||||||
- platform: mqtt
|
- state_topic: "NodeMCU1/GPIO10/Status"
|
||||||
state_topic: "NodeMCU3/GPIO4/Status"
|
name: "MCU1_GPIO10"
|
||||||
name: "MCU3_GPIO4"
|
payload_on: 1
|
||||||
payload_on: 1
|
payload_off: 0
|
||||||
payload_off: 0
|
device_class: opening
|
||||||
device_class: opening
|
|
||||||
- platform: mqtt
|
- state_topic: "NodeMCU1/GPIO12/Status"
|
||||||
state_topic: "NodeMCU3/GPIO5/Status"
|
name: "MCU1_GPIO12"
|
||||||
name: "MCU3_GPIO5"
|
payload_on: 1
|
||||||
payload_on: 1
|
payload_off: 0
|
||||||
payload_off: 0
|
device_class: opening
|
||||||
device_class: opening
|
|
||||||
- platform: mqtt
|
- state_topic: "NodeMCU1/GPIO13/Status"
|
||||||
state_topic: "NodeMCU3/GPIO10/Status"
|
name: "MCU1_GPIO13"
|
||||||
name: "MCU3_GPIO10"
|
payload_on: 1
|
||||||
payload_on: 1
|
payload_off: 0
|
||||||
payload_off: 0
|
device_class: opening
|
||||||
device_class: opening
|
|
||||||
- platform: mqtt
|
- state_topic: "NodeMCU1/GPIO14/Status"
|
||||||
state_topic: "NodeMCU3/GPIO14/Status"
|
name: "MCU1_GPIO14"
|
||||||
name: "MCU3_GPIO14"
|
payload_on: 1
|
||||||
payload_on: 1
|
payload_off: 0
|
||||||
payload_off: 0
|
device_class: opening
|
||||||
device_class: opening
|
|
||||||
- platform: mqtt
|
|
||||||
state_topic: "NodeMCU3/Light/Status"
|
- state_topic: "NodeMCU2/GPIO4/Status"
|
||||||
name: "MCU3_Light"
|
name: "MCU2_GPIO4"
|
||||||
payload_on: 1
|
payload_on: 1
|
||||||
payload_off: 0
|
payload_off: 0
|
||||||
device_class: opening
|
device_class: opening
|
||||||
|
|
||||||
|
- state_topic: "NodeMCU2/GPIO5/Status"
|
||||||
|
name: "MCU2_GPIO5"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
|
device_class: opening
|
||||||
|
|
||||||
|
- state_topic: "NodeMCU2/GPIO9/Status"
|
||||||
|
name: "MCU2_GPIO9"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
|
device_class: opening
|
||||||
|
|
||||||
|
- state_topic: "NodeMCU2/GPIO10/Status"
|
||||||
|
name: "MCU2_GPIO10"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
|
device_class: opening
|
||||||
|
|
||||||
|
- state_topic: "NodeMCU2/GPIO12/Status"
|
||||||
|
name: "MCU2_GPIO12"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
|
device_class: opening
|
||||||
|
|
||||||
|
- state_topic: "NodeMCU2/GPIO13/Status"
|
||||||
|
name: "MCU2_GPIO13"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
|
device_class: opening
|
||||||
|
|
||||||
|
- state_topic: "NodeMCU2/GPIO14/Status"
|
||||||
|
name: "MCU2_GPIO14"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
|
device_class: opening
|
||||||
|
|
||||||
|
|
||||||
|
- state_topic: "NodeMCU3/GPIO4/Status"
|
||||||
|
name: "MCU3_GPIO4"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
|
device_class: opening
|
||||||
|
|
||||||
|
- state_topic: "NodeMCU3/GPIO5/Status"
|
||||||
|
name: "MCU3_GPIO5"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
|
device_class: opening
|
||||||
|
|
||||||
|
- state_topic: "NodeMCU3/GPIO10/Status"
|
||||||
|
name: "MCU3_GPIO10"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
|
device_class: opening
|
||||||
|
|
||||||
|
- state_topic: "NodeMCU3/GPIO14/Status"
|
||||||
|
name: "MCU3_GPIO14"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
|
device_class: opening
|
||||||
|
|
||||||
|
- state_topic: "NodeMCU3/Light/Status"
|
||||||
|
name: "MCU3_Light"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
|
device_class: opening
|
||||||
|
|
||||||
# input_boolean:
|
# input_boolean:
|
||||||
# elephant:
|
# elephant:
|
||||||
|
|
|
@ -333,8 +333,10 @@ tweet_youtube_engine_setup:
|
||||||
],
|
],
|
||||||
"RokuOnHA": [
|
"RokuOnHA": [
|
||||||
"Adding Roku to Home Assistant (https://youtu.be/XvrVhsP1bB4)"
|
"Adding Roku to Home Assistant (https://youtu.be/XvrVhsP1bB4)"
|
||||||
|
],
|
||||||
|
"RunningAutomationsCard": [
|
||||||
|
"What is running in your Home Assistant - A lovelace Card (https://www.vcloudinfo.com/2023/01/whats-running-in-home-assistant-a-lovelace-card.html)"
|
||||||
]
|
]
|
||||||
|
|
||||||
} %}
|
} %}
|
||||||
|
|
||||||
{{ tweets[topic]|random ~ "#youtube #throwback" }}
|
{{ tweets[topic]|random ~ "#youtube #throwback" }}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03", "Logger", "SolarPalmLight", "5TipsToLevelUp", "AlexaMusicCommands",
|
"S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03", "Logger", "SolarPalmLight", "5TipsToLevelUp", "AlexaMusicCommands",
|
||||||
"SolarFountainOKMEE", "NoCloudGaradget", "AlexaGuardMediaPlayer", "LightningSensor", "LEDBackboard", "CuckooClock", "NodeAnchors", "yahoostocks",
|
"SolarFountainOKMEE", "NoCloudGaradget", "AlexaGuardMediaPlayer", "LightningSensor", "LEDBackboard", "CuckooClock", "NodeAnchors", "yahoostocks",
|
||||||
"AugustBatteries", "Remote_Finder", "VideoProjectionMappingDemo", "FeedTheDog", "AlexaGiftNotifications","iPhoneDuplicates", "NotifyScript", "WeightLossJourney",
|
"AugustBatteries", "Remote_Finder", "VideoProjectionMappingDemo", "FeedTheDog", "AlexaGiftNotifications","iPhoneDuplicates", "NotifyScript", "WeightLossJourney",
|
||||||
"SnapPower", "LocalControl", "TossingWink", "EnergyDashboard", "IOSBrokeNoifications", "SolarDriveway", "UPS_Replacement", "VillaNERI", "GardenLED", "RokuOnHA"
|
"SnapPower", "LocalControl", "TossingWink", "EnergyDashboard", "IOSBrokeNoifications", "SolarDriveway", "UPS_Replacement", "VillaNERI", "GardenLED", "RokuOnHA", "RunningAutomationsCard"
|
||||||
] %}
|
] %}
|
||||||
{{ pick|random }}
|
{{ pick|random }}
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 436 KiB |
Loading…
Reference in New Issue