#329 - Doing some multi user testing now.
This commit is contained in:
parent
cc7c1b80c3
commit
a550ef3357
|
@ -1 +1 @@
|
||||||
0.65.2
|
0.65.4
|
|
@ -5,6 +5,15 @@ homeassistant:
|
||||||
elevation: !secret homeassistant_elevation
|
elevation: !secret homeassistant_elevation
|
||||||
unit_system: imperial
|
unit_system: imperial
|
||||||
time_zone: America/New_York
|
time_zone: America/New_York
|
||||||
|
whitelist_external_dirs:
|
||||||
|
- /config/www/custom_ui
|
||||||
|
|
||||||
|
# { "message": "Photo Tweet",
|
||||||
|
# "data": {
|
||||||
|
# "media": "/config/www/custom_ui/Measurements.jpg"
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
|
||||||
customize: !include_dir_merge_named customize
|
customize: !include_dir_merge_named customize
|
||||||
customize_domain:
|
customize_domain:
|
||||||
automation:
|
automation:
|
||||||
|
|
|
@ -13,6 +13,15 @@
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
sensor:
|
sensor:
|
||||||
- platform: fitbit
|
- platform: fitbit
|
||||||
|
filename: carlo.conf
|
||||||
|
clock_format: 12H
|
||||||
|
monitored_resources:
|
||||||
|
- "body/weight"
|
||||||
|
- "activities/steps"
|
||||||
|
- "devices/battery"
|
||||||
|
|
||||||
|
- platform: fitbit
|
||||||
|
filename: stacey.conf
|
||||||
clock_format: 12H
|
clock_format: 12H
|
||||||
monitored_resources:
|
monitored_resources:
|
||||||
- "body/weight"
|
- "body/weight"
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
Loading…
Reference in New Issue