-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix yaml lint, camera notifications, stardate
- Fix yaml lint in ecobee mode - Fix camera path in notify_pipup - Add silence time for doorbell camera notifications - Add Stardate sensor
- Loading branch information
Showing
4 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
# The template integration allows creating entities which derive their values | ||
# from other data. This is done by specifying templates for properties of an | ||
# entity, like the name or the state. | ||
# | ||
# https://www.home-assistant.io/integrations/template/ | ||
# https://www.home-assistant.io/integrations/time_date/ | ||
# | ||
sensor: | ||
- name: Stardate | ||
icon: mdi:star | ||
state: '{{ ((as_timestamp(utcnow()) - as_timestamp("2318-07-15 00:12:00.0-05:00")) / 34367.0564 ) | round(1, "floor") | string }}' | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters