#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
|
||||
unit_system: imperial
|
||||
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_domain:
|
||||
automation:
|
||||
|
|
|
@ -13,6 +13,15 @@
|
|||
#-------------------------------------------
|
||||
sensor:
|
||||
- platform: fitbit
|
||||
filename: carlo.conf
|
||||
clock_format: 12H
|
||||
monitored_resources:
|
||||
- "body/weight"
|
||||
- "activities/steps"
|
||||
- "devices/battery"
|
||||
|
||||
- platform: fitbit
|
||||
filename: stacey.conf
|
||||
clock_format: 12H
|
||||
monitored_resources:
|
||||
- "body/weight"
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
Loading…
Reference in New Issue