Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Jan 28, 2024
  2. Jan 27, 2024
  3. Jan 26, 2024
  4. Jan 25, 2024
    • Massimo Savazzi's avatar
      Add binary sensor platform to JVC Projector (#108668) · eb85f469
      Massimo Savazzi authored
      
      * JVC Projector Binary Sensor
      
      * Fixed PR as per request, removed Name, removed Read_Only.
      
      * Fixed as per Joostlek suggestions
      
      * Update homeassistant/components/jvc_projector/coordinator.py
      
      Co-authored-by: default avatarJoost Lekkerkerker <joostlek@outlook.com>
      
      * Update homeassistant/components/jvc_projector/binary_sensor.py
      
      Co-authored-by: default avatarJoost Lekkerkerker <joostlek@outlook.com>
      
      * Added changes as per requests
      
      * fixed docstring
      
      * Update homeassistant/components/jvc_projector/strings.json
      
      Co-authored-by: default avatarJoost Lekkerkerker <joostlek@outlook.com>
      
      * Update homeassistant/components/jvc_projector/binary_sensor.py
      
      Co-authored-by: default avatarJoost Lekkerkerker <joostlek@outlook.com>
      
      * Added icon property to binary sensor. Removed icons.json file as not used anymore
      
      * Fixed tests
      
      * Added icons file
      
      * Update homeassistant/components/jvc_projector/icons.json
      
      Co-authored-by: default avatarJoost Lekkerkerker <joostlek@outlook.com>
      
      * Update test_binary_sensor.py
      
      ---------
      
      Co-authored-by: default avatarJoost Lekkerkerker <joostlek@outlook.com>
      eb85f469
    • Simone Chemelli's avatar
      Bump aiocomelit to 0.8.2 (#108862) · e1b1bb07
      Simone Chemelli authored
      * bump aicomelit to 0.8.1
      
      * bump to 0.8.2
      e1b1bb07
    • J. Nick Koston's avatar
    • Jonas Fors Lellky's avatar
      Add switch to flexit bacnet integration (#108866) · 2b799830
      Jonas Fors Lellky authored
      * Add platform switch to flecit_bacnet integration
      
      * Move testing of the switch to it’s own test
      
      * Assert correct method is called one time
      
      * Test switch on/off error recovery
      
      * Review comment
      2b799830
    • Diogo Gomes's avatar
      Filter only utility_meter select entities in reset service (#108855) · 12289f17
      Diogo Gomes authored
      filter reset service to only utility_meters
      12289f17
    • dougiteixeira's avatar
      Add utility meter option for the sensor to always be available (#103481) · 7713cf37
      dougiteixeira authored
      
      * 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: default avatarRobert Resch <robert@resch.dev>
      
      * Update homeassistant/components/utility_meter/sensor.py
      
      Co-authored-by: default avatarRobert 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: default avatarRobert Resch <robert@resch.dev>
      
      * Update homeassistant/components/utility_meter/strings.json
      
      Co-authored-by: default avatarRobert Resch <robert@resch.dev>
      
      * Changes tests
      
      * Add test_always_available
      
      * Use freezegun
      
      * Update homeassistant/components/utility_meter/strings.json
      
      ---------
      
      Co-authored-by: default avatarRobert Resch <robert@resch.dev>
      Co-authored-by: default avatarErik Montnemery <erik@montnemery.com>
      7713cf37
    • suaveolent's avatar
      Add ConfigFlow for Lupusec (#108740) · faad9a75
      suaveolent authored
      
      * init support for config flow for lupusec
      
      * correctly iterate over BinarySensorDeviceClass values for device class
      
      * bump lupupy to 0.3.2
      
      * Updated device info for lupusec
      
      * revert bump lupupy for separate pr
      
      * fixed lupusec test-cases
      
      * Change setup to async_setup
      
      * remove redundant check for hass.data.setdefault
      
      * init support for config flow for lupusec
      
      * correctly iterate over BinarySensorDeviceClass values for device class
      
      * bump lupupy to 0.3.2
      
      * Updated device info for lupusec
      
      * revert bump lupupy for separate pr
      
      * fixed lupusec test-cases
      
      * Change setup to async_setup
      
      * remove redundant check for hass.data.setdefault
      
      * resolve merge error lupupy
      
      * connection check when setting up config entry
      
      * removed unique_id and device_info for separate pr
      
      * changed name to friendly name
      
      * renamed LUPUSEC_PLATFORMS to PLATFORMS
      
      * preparation for code review
      
      * necessary changes for pr
      
      * changed config access
      
      * duplicate entry check
      
      * types added for setup_entry and test_host_connection
      
      * removed name for lupusec system
      
      * removed config entry from LupusecDevice
      
      * fixes for sensors
      
      * added else block for try
      
      * added integration warning
      
      * pass config to config_flow
      
      * fix test cases for new config flow
      
      * added error strings
      
      * changed async_create_entry invocation
      
      * added tests for exception handling
      
      * use parametrize
      
      * use parametrize for tests
      
      * recover test
      
      * test unique id
      
      * import from yaml tests
      
      * import error test cases
      
      * Update tests/components/lupusec/test_config_flow.py
      
      Co-authored-by: default avatarJoost Lekkerkerker <joostlek@outlook.com>
      
      * fixed test case
      
      * removed superfluous test cases
      
      * self._async_abort_entries_match added
      
      * lib patching call
      
      * _async_abort_entries_match
      
      * patch lupupy lib instead of test connection
      
      * removed statements
      
      * test_flow_source_import_already_configured
      
      * Update homeassistant/components/lupusec/config_flow.py
      
      Co-authored-by: default avatarJoost Lekkerkerker <joostlek@outlook.com>
      
      * removed unique_id from mockentry
      
      * added __init__.py to .coveragerc
      
      ---------
      
      Co-authored-by: default avatarsuaveolent <suaveolent@users.noreply.github.com>
      Co-authored-by: default avatarJoost Lekkerkerker <joostlek@outlook.com>
      faad9a75
Loading