mirror of
https://github.com/home-assistant/core.git
synced 2026-05-22 00:10:16 +01:00
ca2d969198
* 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.