diff --git a/packages/processmonitor.yaml b/packages/processmonitor.yaml new file mode 100755 index 00000000..51b4d6ed --- /dev/null +++ b/packages/processmonitor.yaml @@ -0,0 +1,35 @@ +#------------------------------------------- +# @CCOSTAN +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +#------------------------------------------- +homeassistant: + customize: + sensor.process_mosquitto: + friendly_name: 'Mosquitto' + emulated_hue: False + hidden: False + sensor.process_homebridge: + friendly_name: 'Apple HomeKit' + emulated_hue: False + hidden: False +#------------------------------------------- +sensor: + - platform: systemmonitor + resources: + # - type: last_boot + - type: since_last_boot + - type: disk_use_percent + arg: / + - type: process + arg: mosquitto + - type: process + arg: homebridge +#------------------------------------------- +group: + processes: + name: Processes + control: hidden + entities: + - sensor.process_mosquitto + - sensor.process_homebridge +#------------------------------------------- diff --git a/sensor/systemmonitor.yaml b/sensor/systemmonitor.yaml index 8a7b3826..b21d722c 100755 --- a/sensor/systemmonitor.yaml +++ b/sensor/systemmonitor.yaml @@ -1,10 +1,3 @@ -- platform: systemmonitor - resources: - # - type: last_boot - - type: since_last_boot - - type: disk_use_percent - arg: / - - platform: template sensors: since_last_boot_templated: