Added in some NFC tag stuff - #946
parent
4e7f5c182e
commit
ab18284c9c
@ -1 +1 @@
|
||||
2024.7.0.dev202406190219
|
||||
2024.8.0.dev202407010223
|
||||
@ -1,29 +0,0 @@
|
||||
#-------------------------------------------
|
||||
# RSS Podcast Alerting function Packages
|
||||
# @CCOSTAN
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
#-------------------------------------------
|
||||
|
||||
#-------------------------------------------
|
||||
feedreader:
|
||||
urls:
|
||||
- https://hasspodcast.io/feed/podcast #HA Podcast Feed
|
||||
- https://us12.campaign-archive.com/feed?u=45cab4343ffdbeb9667c28a26&id=e01847e94f #This is CCOSTAN's Smart Home Blog feed
|
||||
- https://alerts.home-assistant.io/feed.xml
|
||||
# - https://feeds.feedburner.com/RecentCommitsToBearStoneHA # - This is the Repo Commit feed.
|
||||
#-------------------------------------------
|
||||
|
||||
automation:
|
||||
- alias: Send notification of RSS feed title when updated
|
||||
id: 7762ab96-f5c0-4846-a3a1-f0f3af82c275
|
||||
trigger:
|
||||
platform: event
|
||||
event_type: feedreader
|
||||
|
||||
action:
|
||||
|
||||
- service: persistent_notification.create
|
||||
data:
|
||||
message: '{{trigger.event.data.title}}'
|
||||
title: '{{trigger.event.data.link}}'
|
||||
|
||||
@ -0,0 +1,18 @@
|
||||
#-------------------------------------------
|
||||
# Messing around with NFC stickers - https://amzn.to/3L7efQv
|
||||
# @CCOSTAN
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
#
|
||||
#-------------------------------------------
|
||||
|
||||
automation:
|
||||
- alias: 'Toggle Office Lamp with NFC tag'
|
||||
id: 30c6d2bb-fe8b-4101-9241-03416726cdf4
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: tag
|
||||
tag_id: 1411ea22-5b6f-4a73-9ba1-e8b9bd73f08b
|
||||
|
||||
action:
|
||||
- service: switch.toggle
|
||||
entity_id: switch.office_lamp_switch_socket
|
||||
Loading…
Reference in new issue