* Update package to 2.1.0
* Add version sensor
* Add graphics memory sensors
* Change graphics memory data from MB
* Add GPU usage sensor
* Add gpu clock speed sensors
* GPU sensors
* GPU power usage
* enumerate instead of range len
* Updates from rebase
* Add graphics
* Add Per CPU load sensor
* Cleanup
* Use super class attributes
* Suggested changes and fix
* User, System, Idle sensors
* Average, User, System and idle sensors instead of attrs
* Remove unused attrs
* Remove null/none sensor
* Sensor entity descriptions
* Fix index out of range error
* Set state class
* Use entity_registry_enabled_default
* Use built in entity_registry_enabled_default
* Use built in icon
* Fix
* Use binary sensor entity description
* Fix pylint
* Fix uom
* Add to coveragerc
* is_on
* Move entity descriptions to platforms
* Clearout default values
* Fix docstring
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Cleanup and catch
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>