mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-11-08 10:29:31 +00:00
Update custom-strategy.md (#1972)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user