Compare commits
2 Commits
bcf8b11758
...
0910fb078a
Author | SHA1 | Date | |
---|---|---|---|
0910fb078a | |||
c5e0f65d38 |
6
known_devices.yaml
Normal file
6
known_devices.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
bdm:
|
||||||
|
name: BDM
|
||||||
|
mac: BLE_34:14:B5:A0:99:BD
|
||||||
|
icon:
|
||||||
|
picture:
|
||||||
|
track: true
|
@ -52,10 +52,12 @@
|
|||||||
|
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: 'WAN Traffic In'
|
name: 'WAN Traffic In'
|
||||||
|
state_characteristic: mean
|
||||||
entity_id: sensor.internet_speed_in
|
entity_id: sensor.internet_speed_in
|
||||||
|
|
||||||
- platform: statistics
|
- platform: statistics
|
||||||
name: 'WAN Traffic Out'
|
name: 'WAN Traffic Out'
|
||||||
|
state_characteristic: mean
|
||||||
entity_id: sensor.internet_speed_out
|
entity_id: sensor.internet_speed_out
|
||||||
|
|
||||||
- platform: template
|
- platform: template
|
||||||
@ -63,7 +65,7 @@
|
|||||||
sun_rising_template:
|
sun_rising_template:
|
||||||
friendly_name: "Sun Rising Template"
|
friendly_name: "Sun Rising Template"
|
||||||
value_template: "{{ as_timestamp(states.sun.sun.attributes.next_rising) | timestamp_custom ('%H:%M') }}"
|
value_template: "{{ as_timestamp(states.sun.sun.attributes.next_rising) | timestamp_custom ('%H:%M') }}"
|
||||||
|
|
||||||
- platform: template
|
- platform: template
|
||||||
sensors:
|
sensors:
|
||||||
sun_setting_template:
|
sun_setting_template:
|
||||||
|
Loading…
Reference in New Issue
Block a user