Ian Duffy

Results 12 comments of Ian Duffy

Also see https://ben11kehoe.medium.com/never-put-aws-temporary-credentials-in-env-vars-or-credentials-files-theres-a-better-way-25ec45b4d73e

This looks good to me. @darkcrux any reason to not merge?

Nice! Thanks for sharing @amir

Bump... Any updates on this. I'm having a simular issue. ``` Jul 11 15:04:12 localhost nslcd[3016]: [7b23c6] passwd entry ou=groups,dc=crowd does not contain uid value Jul 11 15:04:12 localhost nslcd[3016]:...

The test `test_update_alarm_device` fails with the introduction of configflow, I'm unsure how to fix it and would appreciate input.

https://github.com/pyspcwebgw/pyspcwebgw/releases shows the changes for pyspcwebgw, nothing major, bumped it to get the version information to make the device entry look nice.

> It seems you are missing to create an issue on the migration of yaml and also `async_setup_entry` seems missing in atleast `alarm_control_panel` so it would never load. Hey @gjohansson-ST...

Hi @gjohansson-ST unless im misunderstanding something the code is already in place to do the import: ``` async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool: """Set up the SPC component."""...

![spc](https://user-images.githubusercontent.com/1243435/218881394-301784cf-9a8b-4dae-b502-d69fbe5dfa37.gif)

> Notes: > > > Add config flow for SPC with automatic migration from YAML configuration > > > Add unique_ids to the sensors and alarm panels created by SPC...