Martin Hjelmare
Martin Hjelmare
Sounds good. When would the regex check apply?
The api docs are built with sphinx autodoc extension based on the code source and docstrings. How would you move that?
The way forward here is a new separate entity integration named `lawn_mower`. The next step before someone can start implementing it is to define, here in this issue, the services...
- _name_: this is part of the base Entity class and nothing specific for the lawn mover entity. - _activity_ : this should represent the main state of the lawn...
To summarize this topic, here's how the new integration should be designed: New integration name: `lawn_mower` ## How different features should be implemented - _name_: this is part of the...
Yes. The LawnMowerEntity base should return `activity` as `state`. Platforms should not implement `state` as that is guarded by the model design.
There needs to be some interest from other members to start a discussion about this.
I'd like us to avoid config options if at all possible. Besides that, I think the above sounds good. But let's hear what others think.
Something to consider, though, is that we are talking about moving or remaking the `consider_home` option from the device tracker component as part of that refactor. Maybe it has a...
What is the value for `tag`? I don't think we should mix different kinds of values for a key like is done for `per` in the latest suggestion. Separate time...