mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-26 05:05:39 +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.