Commit graph

18 commits

Author SHA1 Message Date
Erik Montnemery
0ed265e2be
Correct restoring of mobile_app sensors () 2022-08-17 10:53:05 +02:00
Paulus Schoutsen
0b09376360
Mobile app to notify when sensor is disabled ()
* Mobile app to notify when sensor is disabled

* Add entity status to get_config

* Allow overriding enabled/disabled
2022-05-17 09:05:49 -07:00
Paulus Schoutsen
539ce7ff0e
Allow mobile app to disable entities by default () 2022-05-09 08:05:31 -05:00
Marc Mueller
8b7639940e
Fix type issues [mobile_app] () 2022-02-23 08:47:54 -08:00
Franck Nijhof
a4ffa63165
Handle unknown/unavailable state for mobile_app () 2021-12-05 09:51:57 -08:00
Marc Mueller
7063c05127
Use assignment expressions 33 () 2021-10-30 16:32:41 +02:00
Paulus Schoutsen
ab0247d112
Add entity category and state class to mobile app () 2021-10-19 12:29:22 -07:00
Maciej Bieniek
e06a2a53c4
Add constructor return type in integrations L-N ()
* Add constructor return type in integrations L-N

* Small fix
2021-05-20 13:06:44 +01:00
Paulus Schoutsen
051531d9c1
Clean up mobile app ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-04-01 16:22:08 -07:00
Erik Montnemery
14a59d290a
Update integrations j-o to override extra_state_attributes() () 2021-03-11 20:11:25 +01:00
Erik Montnemery
26e7916367
Migrate mobile_app to RestoreEntity () 2021-02-11 20:18:03 +01:00
Paulus Schoutsen
aaa1d06809
Directly call async_write_ha_state ()
* Directly call async_write_ha_state

* Address comments

* Fix tests
2020-04-01 14:19:51 -07:00
Daniel Shokouhi
43256ebd83
Add device name to sensor name for mobile_app ()
* Add device name to sensor name

* Update test to include device name
2020-02-12 11:40:39 -08:00
Franck Nijhof
7203027cbf Use literal string interpolation in integrations K-M (f-strings) () 2019-09-03 21:14:00 +02:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
Paulus Schoutsen
b4374c8c4c Mobile app to use device tracker config entry ()
* Mobile app to use device tracker config entry

* Lint

* Re-use device_info

* Lint
2019-05-31 23:01:45 -07:00
Robbie Trencheny
fd8d9747ef More Mobile app sensor fixes ()
* Ensure we only add a sensor once

* Ensure that we dont process updates for entities that arent what we were setup for

* Add debug logging to ease development of apps

* Use str representation
2019-04-09 05:48:59 -04:00
Robbie Trencheny
dcaced1966
Mobile App: Sensors ()
## Description:

**Related issue (if applicable):** fixes 

## Checklist:
  - [x] The code change is tested and works locally.
  - [x] Local tests pass with `tox`. **Your PR cannot be merged unless tests pass**
  - [x] There is no commented out code in this PR.
2019-03-14 17:24:53 -07:00