android/common/schemas/io.homeassistant.companion....
Martreides cb99f4c4da
New thermostat tile for Wear OS (#4959)
* Add thermostat tile to Wear OS app.

* Add database schema.

* Remove debug logging.

* Minor changes for ktlint.

* More minor changes for ktlint.

* Changed import order in AppDatabase.

* Changed layout of the tile. Now includes the state (Idle/Heating/Cooling) based on which the font changes color. Also includes the friendly name of the entity at the op.

* Add temperature unit to the tile.

* Add handling of "Off" state.

* Add setting to toggle showing of name on tile.

* Aligned name on tile setting of the thermostat tile to the shortcuts tile.

* Revert back to SwitchButton for name on tile.

* Change preview to realistic image.

* Changed retrieving of targetTemperature.

* Changed retrieving of friendlyName.

* Change location of retrieving information only needed when the tile is configured.

* Changed format of temperature when entity is off.

* Use friendlyState for the state shown on the tile.

* Use constant for temp up and down action, and combine getTempUpButton() and getTempDownButton() into a single function.

* Make hvac_action translatable.

* Add missing import.

* Update layout of the tile.
- Text is now always white.
- Edge of screen lights up when heating or cooling.

* Compressed preview image.

* Move hapticClick up in the code to prevent delay.

* Disable buttons if entity is off.

* Add graceful handling of not being able to fetch entity.

* Fixed "select entity" message not being shown.

* use state strings for thermostat tile.

* Update preview for the select thermostat view.

* Change icon to domain default.

* Use TAP_ACTION_UP in setting the updated temperature.

* Capitalize hvacAction.

* Wrap code to show entity name on tile in if statement.

* Move logged in check up in the code.

* Move logged in check up in the code - Fix.

* Remove unnecessary safe calls.

* Pass entity to timeline function instead of retrieving it again.

* Handle situation where attribute stepSize is not set.

* Fix indentation.

* Fix empty line.

* Changed handling of off/unavailable state

* Indentation.

* Updated example image.

* Change logic to get entity domain.

* Direct use of entity.entityId.

* Clean up updatedTargetTemp.

* Change logic for unavailable entity.

* Remove empty line.

* Remove suspend from timeline functoin declaration.

Co-authored-by: Joris Pelgröm <jpelgrom@users.noreply.github.com>

* Improve imports.

* Change order of imports.

* Change order of imports, again.

* Change order of imports, again.

* Another import change.

---------

Co-authored-by: Joris Pelgröm <jpelgrom@users.noreply.github.com>
2025-02-08 09:08:51 +01:00
..
24.json Add AppDatabase v24 -> v25 auto migration (#2407) 2022-03-25 20:02:44 -04:00
25.json Add AppDatabase v24 -> v25 auto migration (#2407) 2022-03-25 20:02:44 -04:00
26.json Add theming to widgets: Dynamic color (Material You) and Transparent (#2496) 2022-05-08 13:10:58 -04:00
27.json Multiple media players per widget (#2534) 2022-05-29 08:57:52 -04:00
28.json Sync sensor enabled state with core 2022.6+ (#2547) 2022-05-29 11:22:52 -04:00
29.json Entity state complication (#2574) 2022-06-20 20:24:37 -04:00
30.json Show the charging state on the Battery Level sensor's icon (#2661) 2022-07-09 14:19:23 -04:00
31.json Fix Last Notification sensor not updating when notification is repeated with the same content (#2734) 2022-08-03 17:58:23 -04:00
32.json Add authentication to widget buttons (#2798) 2022-09-05 09:50:53 -04:00
33.json Improve adding quick settings tile (#2860) 2022-09-10 15:16:36 -04:00
34.json Add caching of favorites in Wear OS, resulting in prettier loading (#2982) 2022-11-09 16:06:38 -05:00
35.json Add new option to vibrate when quick settings tile is clicked (#3123) 2022-12-16 09:55:59 -05:00
36.json Add option for unlocked only quick settings tiles (#3189) 2022-12-30 20:34:31 -05:00
37.json Migrated all table and column names to lower snake case (#3195) 2023-01-24 22:30:36 -05:00
38.json Multiserver (#3332) 2023-02-14 20:30:06 -05:00
39.json Get user information and prevent using admin-only calls (#3417) 2023-03-16 07:10:27 +00:00
40.json Entity state complication improvements (more flexibility) (#3465) 2023-04-08 16:33:16 -04:00
41.json Jetpack Compose icon dialog (#3631) 2023-07-04 13:25:32 -04:00
42.json Show measurement unit in Wear OS complication (#3703) 2023-07-25 14:37:31 -04:00
43.json Add 'toggle' tap action to entity state widget (#3798) 2023-08-19 19:24:44 +00:00
44.json Add camera tile to Wear OS (#3870) 2023-09-17 16:57:33 -04:00
45.json Add troubleshooting tool: location history (#3886) 2023-09-28 17:37:37 -04:00
46.json [CameraWidget] Add picker for action type on CameraWidgetConfigureAct… (#4477) 2024-07-08 22:22:09 +02:00
47.json Add device id to Assist pipeline runs (#4499) 2024-07-10 06:16:49 -07:00
48.json Allow treating ethernet and VPN as home network/for internal URL (#4872) 2024-12-13 10:25:00 -08:00
49.json New thermostat tile for Wear OS (#4959) 2025-02-08 09:08:51 +01:00