core/homeassistant
dougiteixeira 7713cf377d
Add utility meter option for the sensor to always be available (#103481)
* Adds option for the sensor to always be available

* Remove logger debug

* Add migration config entry version

* Update homeassistant/components/utility_meter/config_flow.py

Co-authored-by: Robert Resch <robert@resch.dev>

* Update homeassistant/components/utility_meter/sensor.py

Co-authored-by: Robert Resch <robert@resch.dev>

* Remove migration config entry version

* Change CONF_SENSOR_ALWAYS_AVAILABLE optional in CONFIG_SCHEMA

* Remove CONF_SENSOR_ALWAYS_AVAILABLE in tests

* Remove CONF_SENSOR_ALWAYS_AVAILABLE in tests

* Remove CONF_SENSOR_ALWAYS_AVAILABLE in tests

* Add option in yaml

* Update homeassistant/components/utility_meter/strings.json

Co-authored-by: Robert Resch <robert@resch.dev>

* Update homeassistant/components/utility_meter/strings.json

Co-authored-by: Robert Resch <robert@resch.dev>

* Changes tests

* Add test_always_available

* Use freezegun

* Update homeassistant/components/utility_meter/strings.json

---------

Co-authored-by: Robert Resch <robert@resch.dev>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-01-25 20:46:33 +01:00
..
auth Address late review on auth (#108852) 2024-01-25 18:15:35 +01:00
backports
brands Add Govee local light integration (#106697) 2024-01-16 20:00:29 +01:00
components Add utility meter option for the sensor to always be available (#103481) 2024-01-25 20:46:33 +01:00
generated Add ConfigFlow for Lupusec (#108740) 2024-01-25 18:52:30 +01:00
helpers Bump area registry storage minor version to 4 (#108798) 2024-01-24 20:31:43 +01:00
scripts Always load auth storage at startup (#108543) 2024-01-20 16:16:43 -10:00
util Fix empty files included by !include_dir_named (#108489) 2024-01-20 15:12:32 +01:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py Move core fundamental components into bootstrap (#105560) 2024-01-22 20:09:48 +01:00
config.py Remove unused TypeVar from config.py (#108495) 2024-01-20 14:39:12 -05:00
config_entries.py Extend config entry update/abort helper to also update unique id (#108681) 2024-01-22 23:01:55 +01:00
const.py Add set_conversation_response script action (#108233) 2024-01-23 09:13:42 -05:00
core.py Refactor service enumeration methods to better match existing use cases (#108671) 2024-01-22 14:21:17 -10:00
data_entry_flow.py Fix FlowHandler show progress (#108586) 2024-01-21 22:40:48 +01:00
exceptions.py
loader.py Cache commonly called Integration manifest properties (#108141) 2024-01-16 21:05:44 +01:00
package_constraints.txt Fix intent loading and incorporate unmatched entities more (#108423) 2024-01-23 20:31:57 -05:00
requirements.py
runner.py
setup.py Remove file/line annotations after config has been validated (#107139) 2024-01-14 11:07:39 +01:00
strings.json