From 34bfcb3edb6f2b79b1cf7612bc1100cf79594510 Mon Sep 17 00:00:00 2001 From: Mahasri Kalavala Date: Sat, 18 May 2019 16:19:22 -0400 Subject: [PATCH] url fix --- jinja_helpers/zwave_auto_gen.md | 2 +- packages/holidays.yaml | 2 +- packages/paloalto.yaml | 2 +- packages/zwave_sensors.yaml | 2 +- readme.md | 4 ++-- ui-lovelace.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/jinja_helpers/zwave_auto_gen.md b/jinja_helpers/zwave_auto_gen.md index 7b34fc2..ba75c99 100644 --- a/jinja_helpers/zwave_auto_gen.md +++ b/jinja_helpers/zwave_auto_gen.md @@ -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: diff --git a/packages/holidays.yaml b/packages/holidays.yaml index f16ed45..2e97dac 100644 --- a/packages/holidays.yaml +++ b/packages/holidays.yaml @@ -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: > diff --git a/packages/paloalto.yaml b/packages/paloalto.yaml index e4a569b..2dc36bd 100644 --- a/packages/paloalto.yaml +++ b/packages/paloalto.yaml @@ -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=&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 diff --git a/packages/zwave_sensors.yaml b/packages/zwave_sensors.yaml index 68f31dc..f09c602 100644 --- a/packages/zwave_sensors.yaml +++ b/packages/zwave_sensors.yaml @@ -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: diff --git a/readme.md b/readme.md index 5250ae0..c906f6e 100644 --- a/readme.md +++ b/readme.md @@ -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: diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index 68ef97f..2262ec8 100644 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -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