micor changes and clean up.

This commit is contained in:
Mahasri Kalavala
2019-12-20 10:32:28 -05:00
parent a3c869e9e8
commit 87961b393c
45 changed files with 1628 additions and 1728 deletions

View File

@@ -2,10 +2,10 @@
# # @author : Mahasri Kalavala
# # @date : 04/15/2017
# # @package : Random Chuck Norris Facts
# # @description : Daily dose of Chuck Norris.
# # It is intentionally set to query once a day.
# # @description : Daily dose of Chuck Norris.
# # It is intentionally set to query once a day.
# # Know your limits, too much of Chuck Norris is not good!
# #
# #
# # These are facts, and not jokes. DO NOT JOKE ABOUT CHUCK NORRIS!
# # ##############################################################################
# homeassistant:
@@ -33,4 +33,4 @@
# - service: persistent_notification.create
# data:
# title: 'Chuck Norris fact:'
# message: '{{ states.sensor.fact_of_the_day.state }}'
# message: '{{ states('sensor.fact_of_the_day') }}'