I have already read that and changed the values accordingly as can be seen in my post above, the sensors are not listed in the state table
State table for sensor.l*
Just noticed this amogst the multiple other errors in my log…
File “C:\Users\MyPc\AppData\Local\Programs\Python\Python36\lib\site-packages\homeassistant\helpers\entity_platform.py”, line 197, in _async_add_entity
yield from entity.async_device_update(warning=False)
File “C:\Users\MyPc\AppData\Local\Programs\Python\Python36\lib\site-packages\homeassistant\helpers\entity.py”, line 327, in async_device_update
yield from self.hass.async_add_job(self.update)
File “C:\Users\MyPc\AppData\Local\Programs\Python\Python36\lib\asyncio\futures.py”, line 327, in iter
yield self # This tells Task to wait for completion.
File “C:\Users\MyPc\AppData\Local\Programs\Python\Python36\lib\asyncio\tasks.py”, line 250, in _wakeup
future.result()
File “C:\Users\MyPc\AppData\Local\Programs\Python\Python36\lib\asyncio\futures.py”, line 243, in result
raise self._exception
File “C:\Users\MyPc\AppData\Local\Programs\Python\Python36\lib\concurrent\futures\thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “C:\Users\MyPc\AppData\Local\Programs\Python\Python36\lib\site-packages\homeassistant\components\sensor\systemmonitor.py”, line 181, in update
self._state = os.getloadavg()[0]
AttributeError: module ‘os’ has no attribute 'getloadavg’e[0m
Yeah, some of my sensors disappeared on the upgrade, they seemed to be the ones that were not as per the listed entity state names. The names have changed and they now are listed as those names so I had some changes in sensors and more in customisationa
I definitely use the sensor.load_5m and that’s how it now appears and the entity name I use to define it
Mutt
The version number should tell you all you need to know. This is not a final release product. We are Beta testers, using free software, and giving back by posting our problems and solutions on this forum.
Give <===> Take
Your sensors are still working, just their names have changed.
Look at the states page under Developer Tools to find the new names.