url fix
This commit is contained in:
parent
e1cc5fea47
commit
34bfcb3edb
|
@ -7,7 +7,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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -280,13 +280,13 @@ The following are some of the smart devices that I use for my current Smart Home
|
|||
|
||||
### Custom Variables:
|
||||
|
||||
I called it `input_label`, it is basically a `label` type component, where you can store any value you want, and can be used in automations, scripts and more. [check out the code here](https://github.com/skalavala/smarthome/blob/master/custom_components/input_label.py). Search for [input_label](https://github.com/skalavala/smarthome/search?utf8=%E2%9C%93&q=input_label) in my repo on how to use it.
|
||||
I called it `input_label`, it is basically a `label` type component, where you can store any value you want, and can be used in automations, scripts and more. [check out the code here](https://github.com/skalavala/mysmarthome/blob/master/custom_components/input_label.py). Search for [input_label](https://github.com/skalavala/mysmarthome/search?utf8=%E2%9C%93&q=input_label) in my repo on how to use it.
|
||||
|
||||
### Life360 Custom Component:
|
||||
|
||||
The Life360 component uses Life360 API and retrieves information about the circle you created in the same format as OwnTracks. You just ned to setup OwnTracks, and drop-in the custom component, and you are all set!
|
||||
|
||||
[Click Here](https://github.com/skalavala/smarthome/blob/master/custom_components/sensor/life360.py) for the Life360 custom component code. Make sure you check out the [Packages](https://github.com/skalavala/smarthome/blob/master/packages/life360.yaml) section on how to use the Life360 Component.
|
||||
[Click Here](https://github.com/skalavala/mysmarthome/blob/master/custom_components/sensor/life360.py) for the Life360 custom component code. Make sure you check out the [Packages](https://github.com/skalavala/mysmarthome/blob/master/packages/life360.yaml) section on how to use the Life360 Component.
|
||||
|
||||
### Palo Alto Component:
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
# This code is auto-generated using my Jinja lovelace migration script
|
||||
# visit: https://github.com/skalavala/smarthome/blob/master/jinja_helpers/jinja_lovelace.md
|
||||
# visit: https://github.com/skalavala/mysmarthome/blob/master/jinja_helpers/jinja_lovelace.md
|
||||
# Or visit https://sharethelove.io/tools/jinja-magic-scripts
|
||||
#
|
||||
# I use custom:button card, for two button, credits to https://github.com/kuuji/button-card
|
||||
|
|
Loading…
Reference in New Issue