Unavailable Entities - berkansezer77/home-assistant GitHub Wiki

If you like you can support my work.

Unavaliable Entites

image image

Page Properties:

  • Displays the list of offline entites in the topbar
  • Dynamic icon that changes with the number of unavailable entities. If nothing is offline the icon changes.
  • Browser Mod support. If you click the icon a new page, containing the list of unsupported devices will appear.
  • Number Display. You will see the number of the offline devices inside the chip.

What we need ?:

Download Multimedia files:

The Wifi icon is located at :

Page Code:

  • To install the page you need this code: Page Code

## Manual

1 - First we have to create a little template in sensor.yaml(If you didn't seperate it then paste into config.yaml). Just copy and paste the code.

Sensor Code

2 - You have to create and ignore Group. If you have a seperate group.yaml file copy and paste the code down below to your group.yaml file.

ignored_entities: entities: - button.ewelink_ds01_identify (Example) - button.banyo_kap_sensoru_identify_3 (Example)

If you don't have just copy and paste the code to your configuration.yaml

group: ignored_entities: entities: - button.ewelink_ds01_identify (Example) - button.banyo_kap_sensoru_identify_3 (Example)

İmportant Note: When you first create the code you will see that a lot of unavailable devices will be displayed. That sometimes doesn't mean that the integration or device is not working. For example Smartthings integration brings your Samsung TV to home assistance. You control your TV, turn it on and off but some extra enttites such as energy monitoring are unavaliable.

image

In that case just add the entity names to the ignored groups you have a created. Also some buttons may seem as offline althought they are completely fine and working. You can also add them to the list.

  1. Restart home assistant

  2. Copy my code to your dahsboard. And your new chip will be ready.