Skip to content

Releases: custom-components/sensor.file_restore

4.2

09 Jan 16:55
f4aaee9
Compare
Choose a tag to compare

I've been able to solve the issue that was blocking the reload of the config file without the restart of home assistant.

4.1

20 Mar 08:09
240a6b4
Compare
Choose a tag to compare
4.1

#Fix
Added version in manifest

4.0

29 Jan 13:52
7c6aeea
Compare
Choose a tag to compare
4.0

BIG UPDATES

A new version has been released and now you have:

  • OPTIONS FLOW: now you can edit entry created via UI (it's not perfect, but it's working, for example you have to use null for empty fields)
  • Added the possibility to reload entity when updated without the need to restart HA
  • Added the possibility to use / or \ as you prefer (I always forget which / HA needs :))
  • Added automatic migration of entry created via UI... so NO MORE BREAKING CHANGES (I hope :))

Let me know if you have issue!
If you know how to better implement OPTIONS FLOW let me know!

3.3

29 Dec 17:48
f20c822
Compare
Choose a tag to compare
3.3

Small fix

  • now you can use local folder as well as www one
  • fix the error that you can have if you start folder path with / (eg: /local/... instead of local/...). Now you can use both.

3.2

12 Jun 17:16
828b1c4
Compare
Choose a tag to compare
3.2

Small fix:

  • removed CC_STARTUP_VERSION that sometime was causing issues.

3.1

13 May 16:54
822704d
Compare
Choose a tag to compare
3.1

Fix of a small bug during entities unload.

3.0

12 May 17:22
e4c9e74
Compare
Choose a tag to compare
3.0

BIG CHANGES!

  • Config flow is now available and you can create entities directly from the user interface.
  • If file is missing it will be created.
  • It seems that it is not necessary to whitelist the directory! If you notice something different let me know.

2.0

03 Nov 15:20
19cc627
Compare
Choose a tag to compare
2.0

Here a new update. This is an improvement with the possibility to make different range of data with different length of the period and different details.

Note that not all combination of length and detail are included. This just because of my decision. If you need to add missing combination just tell me.

BREAKING CHANGE:

  • Attribute temperature_programs now is program_values

If you have ideas of new functions just let me know.

MapoDan

1.0.2

09 Jun 14:47
edefcbe
Compare
Choose a tag to compare

Bug fix.
Updated init to comply to HA version > 91.x

1.0.1

09 Mar 18:18
d273ed4
Compare
Choose a tag to compare

1.0.1

Update to manage new custom_components flow in Home Assistant.