Compare commits
4 Commits
3ad5ebfb71
...
17af75c7fd
Author | SHA1 | Date | |
---|---|---|---|
17af75c7fd | |||
8c1a3ed269 | |||
d8b435002f | |||
b1e696832f |
@ -6,7 +6,7 @@
|
|||||||
entity_id: sensor.speedtest_download
|
entity_id: sensor.speedtest_download
|
||||||
for:
|
for:
|
||||||
hours: 0
|
hours: 0
|
||||||
minutes: 15
|
minutes: 30
|
||||||
seconds: 0
|
seconds: 0
|
||||||
below: '110'
|
below: '110'
|
||||||
action:
|
action:
|
||||||
|
@ -448,7 +448,12 @@ sensor:
|
|||||||
name: "3D printer energy Total"
|
name: "3D printer energy Total"
|
||||||
unit_prefix: k
|
unit_prefix: k
|
||||||
unit_time: h
|
unit_time: h
|
||||||
source: sensor.3d_printer_power
|
source: sensor.3d_printer_electric_consumption_w
|
||||||
|
- platform: integration
|
||||||
|
source: sensor.rack_outlet_electrical_measurement
|
||||||
|
name: "Rack outlet energy Total"
|
||||||
|
unit_prefix: k
|
||||||
|
unit_time: h
|
||||||
- platform: integration
|
- platform: integration
|
||||||
name: "Printer energy Total"
|
name: "Printer energy Total"
|
||||||
unit_prefix: k
|
unit_prefix: k
|
||||||
@ -474,9 +479,9 @@ binary_sensor:
|
|||||||
host: 192.168.50.22
|
host: 192.168.50.22
|
||||||
|
|
||||||
switch:
|
switch:
|
||||||
- platform: zoneminder
|
# - platform: zoneminder
|
||||||
command_on: Modect
|
# command_on: Modect
|
||||||
command_off: Monitor
|
# command_off: Monitor
|
||||||
# Wake On LAN
|
# Wake On LAN
|
||||||
- platform: wake_on_lan
|
- platform: wake_on_lan
|
||||||
name: 'Hulk WoL'
|
name: 'Hulk WoL'
|
||||||
|
Loading…
Reference in New Issue
Block a user