1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-12 18:09:17 +00:00

4 Commits

Author SHA1 Message Date
Jan Bouwhuis
85e651fd5a
Create helper for File config flow step handling () 2024-05-13 22:40:01 +02:00
Jan Bouwhuis
548eb35b79
Migrate File notify entity platform ()
* Migrate File notify entity platform

* Do not load legacy notify service for new  config entries

* Follow up comment

* mypy

* Correct typing

* Only use the name when importing notify services

* Make sure a name is set on new entires
2024-05-13 11:22:13 +02:00
Jan Bouwhuis
606a2848db
Fix import on File config entry and other improvements ()
* Address comments

* Remove Name option for File based sensor

* Make sure platform schema is applied
2024-05-12 15:09:54 +02:00
Jan Bouwhuis
55c4ba12f6
Migrate file integration to config entry ()
* File integration entry setup

* Import to entry and tests

* Add config flow

* Exception handling and tests

* Add config flow tests

* Add issue for micration and deprecation

* Check whole entry data for uniqueness

* Revert changes change new notify entity

* Follow up on code review

* Keep name service option

* Also keep sensor name

* Make name unique

* Follow up comment

* No default timestamp needed

* Remove default name as it is already set

* Use links
2024-05-10 10:54:36 +02:00