mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
2022.2.0: Add missing language flag to codefenced block
This commit is contained in:
parent
29d55b6757
commit
3791277d90
@ -636,7 +636,7 @@ are now deprecated from the `manifest.json` file and should
|
|||||||
be moved into a `properties` dict.
|
be moved into a `properties` dict.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
```
|
```diff
|
||||||
- {"type":"_airplay._tcp.local.","model":"appletv*"}
|
- {"type":"_airplay._tcp.local.","model":"appletv*"}
|
||||||
+ {"type":"_airplay._tcp.local.","properties":{"model":"appletv*"}}
|
+ {"type":"_airplay._tcp.local.","properties":{"model":"appletv*"}}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user