Migrate File notify entity platform (#117215)
* 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
This commit is contained in:
parent
0b47bfc823
commit
548eb35b79
6 changed files with 104 additions and 25 deletions
|
@ -16,7 +16,6 @@ MOCK_CONFIG_NOTIFY = {
|
|||
"platform": "notify",
|
||||
"file_path": "some_file",
|
||||
"timestamp": True,
|
||||
"name": "File",
|
||||
}
|
||||
MOCK_CONFIG_SENSOR = {
|
||||
"platform": "sensor",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue