mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 11:31:45 +01: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.