mirror of
https://github.com/home-assistant/core.git
synced 2026-02-24 03:47:14 +00:00
* Add STATE_UNAVAILABLE to states that are ignored when writing to the database. This will avoid a field type error for string if the field already contains a different type, eg integer. * Add test for ignored states for influxdb. * Clean up influxdb tests.