mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Spellcheck on Synology component (#47451)
This commit is contained in:
parent
0350a6ed21
commit
6a4b755faf
@ -128,21 +128,21 @@ UTILISATION_SENSORS = {
|
|||||||
ENTITY_ENABLE: True,
|
ENTITY_ENABLE: True,
|
||||||
},
|
},
|
||||||
f"{SynoCoreUtilization.API_KEY}:cpu_1min_load": {
|
f"{SynoCoreUtilization.API_KEY}:cpu_1min_load": {
|
||||||
ENTITY_NAME: "CPU Load Averarge (1 min)",
|
ENTITY_NAME: "CPU Load Average (1 min)",
|
||||||
ENTITY_UNIT: ENTITY_UNIT_LOAD,
|
ENTITY_UNIT: ENTITY_UNIT_LOAD,
|
||||||
ENTITY_ICON: "mdi:chip",
|
ENTITY_ICON: "mdi:chip",
|
||||||
ENTITY_CLASS: None,
|
ENTITY_CLASS: None,
|
||||||
ENTITY_ENABLE: False,
|
ENTITY_ENABLE: False,
|
||||||
},
|
},
|
||||||
f"{SynoCoreUtilization.API_KEY}:cpu_5min_load": {
|
f"{SynoCoreUtilization.API_KEY}:cpu_5min_load": {
|
||||||
ENTITY_NAME: "CPU Load Averarge (5 min)",
|
ENTITY_NAME: "CPU Load Average (5 min)",
|
||||||
ENTITY_UNIT: ENTITY_UNIT_LOAD,
|
ENTITY_UNIT: ENTITY_UNIT_LOAD,
|
||||||
ENTITY_ICON: "mdi:chip",
|
ENTITY_ICON: "mdi:chip",
|
||||||
ENTITY_CLASS: None,
|
ENTITY_CLASS: None,
|
||||||
ENTITY_ENABLE: True,
|
ENTITY_ENABLE: True,
|
||||||
},
|
},
|
||||||
f"{SynoCoreUtilization.API_KEY}:cpu_15min_load": {
|
f"{SynoCoreUtilization.API_KEY}:cpu_15min_load": {
|
||||||
ENTITY_NAME: "CPU Load Averarge (15 min)",
|
ENTITY_NAME: "CPU Load Average (15 min)",
|
||||||
ENTITY_UNIT: ENTITY_UNIT_LOAD,
|
ENTITY_UNIT: ENTITY_UNIT_LOAD,
|
||||||
ENTITY_ICON: "mdi:chip",
|
ENTITY_ICON: "mdi:chip",
|
||||||
ENTITY_CLASS: None,
|
ENTITY_CLASS: None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user