disabled for now until next round of changes. #329
This commit is contained in:
parent
a550ef3357
commit
3a18df3aff
0
config/custom_components/sensor/fitbit.py → config/custom_components/sensor/fitbit.py.disabled
Normal file → Executable file
0
config/custom_components/sensor/fitbit.py → config/custom_components/sensor/fitbit.py.disabled
Normal file → Executable file
|
@ -13,20 +13,20 @@
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
sensor:
|
sensor:
|
||||||
- platform: fitbit
|
- platform: fitbit
|
||||||
filename: carlo.conf
|
# filename: fitbit-carlo.conf
|
||||||
clock_format: 12H
|
clock_format: 12H
|
||||||
monitored_resources:
|
monitored_resources:
|
||||||
- "body/weight"
|
- "body/weight"
|
||||||
- "activities/steps"
|
- "activities/steps"
|
||||||
- "devices/battery"
|
- "devices/battery"
|
||||||
|
|
||||||
- platform: fitbit
|
# - platform: fitbit
|
||||||
filename: stacey.conf
|
# filename: fitbit-stacey.conf
|
||||||
clock_format: 12H
|
# clock_format: 12H
|
||||||
monitored_resources:
|
# monitored_resources:
|
||||||
- "body/weight"
|
# - "body/weight"
|
||||||
- "activities/steps"
|
# - "activities/steps"
|
||||||
- "devices/battery"
|
# - "devices/battery"
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
group:
|
group:
|
||||||
fitbit:
|
fitbit:
|
||||||
|
|
Loading…
Reference in New Issue