mirror of
https://github.com/Adam-Ant/home-assistant
synced 2024-12-20 12:54:35 +00:00
Add HP ilo sensor
This commit is contained in:
parent
773a4be94a
commit
26f1d613fd
8
sensors/hp_ilo.yaml
Normal file
8
sensors/hp_ilo.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
- platform: hp_ilo
|
||||
host: 192.168.1.7
|
||||
username: hass
|
||||
password: !secret ilo_pass
|
||||
monitored_variables:
|
||||
- name: Server Uptime
|
||||
sensor_type: server_power_on_time
|
||||
unit_of_measurement: minutes
|
Loading…
Reference in New Issue
Block a user