ElectricBrainUK / UnraidAPI

A WIP open source Node JS API for controlling UNraid
GNU General Public License v3.0
125 stars 13 forks source link

Update Wiki with correct home assistant exmaple UI config #38

Closed Frooodle closed 2 years ago

Frooodle commented 2 years ago

There are a 2 mistakes related to the example config given for HA UI integration, i have given example configs of old and new Can you update the wiki?

card-modder has been depreciated turning old implementation '''

'''

now is done with card-mod with the config

'''

entity-attributes-card has been updated to require headers so you must add these params to it heading_name: Name heading_state: State

bar-card's title parameter has been renamed to name turning

to

Frooodle commented 2 years ago

You also need to change bar-cards severity listing from

to ''' from: 0 to: 50 color: '#3bb3ee' '''

urbatecte commented 2 years ago

Hi @Frooodle, Many thanks ! For card_mod:

is not requested - type: picture style: | ha-card { border-radius: 50px; } image: xxxx I also had to replace: sensor.glances_unraid_disk_used_percent in the conditions with a existing relevant one to let the bar graphs appears Still digging a bit there and there !
Frooodle commented 2 years ago

yeah i had to change many things related to glances but that seemed more personal to user config so left that out from fixes mentioned, but good point