Update custom-strategy.md (#1972)

This commit is contained in:
Ferry Cools 2023-11-10 09:14:45 +01:00 committed by GitHub
parent c05ad84b0d
commit efec569cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,6 @@ An info object is passed to the strategy with information:
| -- | --
| `config` | User supplied dashboard configuration, if any.
| `hass` | The Home Assistant object.
| `narrow` | If the current user interface is rendered in narrow mode or not.
```ts
class StrategyDemo {
@ -69,7 +68,6 @@ An info object is passed to the strategy with information:
| `view` | View configuration.
| `config` | Dashboard configuration.
| `hass` | The Home Assistant object.
| `narrow` | If the current user interface is rendered in narrow mode or not.
```ts
class StrategyDemo {