mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-09-13 15:05:00 +00:00
url fix
This commit is contained in:
@@ -21,7 +21,7 @@ homeassistant:
|
||||
###############################################################################
|
||||
sensor:
|
||||
- platform: rest
|
||||
resource: https://raw.githubusercontent.com/skalavala/smarthome/master/holidays.json
|
||||
resource: https://raw.githubusercontent.com/skalavala/mysmarthome/master/holidays.json
|
||||
name: Holiday
|
||||
scan_interval: 14400
|
||||
value_template: >
|
||||
|
@@ -79,7 +79,7 @@
|
||||
# # All the URLs below use the following format
|
||||
# # For ex: paloalto_clear_traffic_logs: "curl -k 'https://192.xxx.xxx.xxx/api/?type=op&cmd=<clear><log><traffic></traffic></log></clear>&key=YOUR_API_KEY'"
|
||||
# # Check out secrets.example file for additional details about the commands
|
||||
# # https://github.com/skalavala/smarthome/blob/master/secrets.example
|
||||
# # https://github.com/skalavala/mysmarthome/blob/master/secrets.example
|
||||
# #
|
||||
# shell_command:
|
||||
# paloalto_clear_traffic_logs: !secret paloalto_clear_traffic_logs
|
||||
|
@@ -5,7 +5,7 @@
|
||||
# @description : Z-Wave Still and it's configuration stuff
|
||||
#
|
||||
# This entire page is auto generated by the script (link below):
|
||||
# https://github.com/skalavala/smarthome/blob/master/jinja_helpers/zwave_auto_gen.md
|
||||
# https://github.com/skalavala/mysmarthome/blob/master/jinja_helpers/zwave_auto_gen.md
|
||||
#################################################################
|
||||
|
||||
homeassistant:
|
||||
|
Reference in New Issue
Block a user