enribomber
(Enribomber)
January 17, 2021, 9:50am
309
Prima di tutto devi installare HACS, ce l’hai? se si l’integrazione poi la installi tramite quello
adf1978
(Alfredo)
January 17, 2021, 10:31am
310
Ciao. Allora, ho installato HACS ed ho provveduto all’integrazione. Ho effettuato la modifica manuale ai file come descritto nei post e vedo il pannello di controllo dell’allarme. Tuttavia riesco solo ad attivare quello totale o disattivare. Potresti gentilmente spiegarmi come fare per inserire anche la modalità allarme notte ed eventualmente quello perimetrale? grazie mille
adf1978
(Alfredo)
January 18, 2021, 12:55am
311
Bene, dopo diverse ore, sono riuscito a configurare il componente. Tuttavia, ho un problema con il pannello di controllo. In pratica ho i due tasti (allarme in casa e allarme fuori casa). Il tasto fuori casa attiva l’allarme nella giusta modalità, invece il tasto in casa (visto dai log sull’app verisure) disinserisce l’allarme. Come posso risolvere? non saprei dove metter mano. Grazie
alnavasa
(A)
January 18, 2021, 1:27pm
312
Hows this going? see no action since 27 days ago, read something regarding “PR something”
nragon
(Nragon)
January 18, 2021, 1:52pm
314
We have the PR open to be integrated in HA
home-assistant:dev
← nragon:dev
opened 10:50AM - 22 Dec 20 UTC
<!--
You are amazing! Thanks for contributing to our project!
Please, DO N… OT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature request, be sure to link to that issue in the
additional information section.
-->
Add newly proposed [Securitas Direct](https://www.securitasdirect.pt/) home security integration. This integration allows users to manage their Securitas Direct installation. With this initial integration only the alarm panel will be added.
## Type of change
<!--
What type of change does your PR introduce to Home Assistant?
NOTE: Please, check only 1! box!
If your PR requires multiple boxes to be checked, you'll most likely need to
split it into multiple PRs. This makes things easier and faster to code review.
-->
- [ ] Dependency upgrade
- [ ] Bugfix (non-breaking change which fixes an issue)
- [x] New integration (thank you!)
- [ ] New feature (which adds functionality to an existing integration)
- [ ] Breaking change (fix/feature causing existing functionality to break)
- [ ] Code quality improvements to existing code or addition of tests
## Example entry for `configuration.yaml`:
<!--
Supplying a configuration snippet, makes it easier for a maintainer to test
your PR. Furthermore, for new integrations, it gives an impression of how
the configuration would look like.
Note: Remove this section if this PR does not have an example entry.
-->
```yaml
# Example configuration.yaml entry
securitas_direct:
username: USERNAME
password: PASSWORD
installation: INSTALLATION_NUMBER
code: 1234
country: PT
lang: pt
```
## Additional information
<!--
Details are important, and help maintainers processing your PR.
Please be sure to fill out additional details, if applicable.
-->
- Link to brands pull request: https://github.com/home-assistant/brands/pull/2107
- Link to documentation pull request: https://github.com/home-assistant/home-assistant.io/pull/15988
## Checklist
<!--
Put an `x` in the boxes that apply. You can also fill these out after
creating the PR. If you're unsure about any of them, don't hesitate to ask.
We're here to help! This is simply a reminder of what we are going to look
for before merging your code.
-->
- [x] The code change is tested and works locally.
- [x] Local tests pass. **Your PR cannot be merged unless tests pass**
- [x] There is no commented out code in this PR.
- [x] I have followed the [development checklist][dev-checklist]
- [x] The code has been formatted using Black (`black --fast homeassistant tests`)
- [ ] Tests have been added to verify that the new code works.
If user exposed functionality or configuration variables are added/changed:
- [x] Documentation added/updated for [www.home-assistant.io][docs-repository]
If the code communicates with devices, web services, or third-party tools:
- [x] The [manifest file][manifest-docs] has all fields filled out correctly.
Updated and included derived files by running: `python3 -m script.hassfest`.
- [x] New or updated dependencies have been added to `requirements_all.txt`.
Updated by running `python3 -m script.gen_requirements_all`.
- [x] Untested files have been added to `.coveragerc`.
The integration reached or maintains the following [Integration Quality Scale][quality-scale]:
<!--
The Integration Quality Scale scores an integration on the code quality
and user experience. Each level of the quality scale consists of a list
of requirements. We highly recommend getting your integration scored!
-->
- [ ] No score or internal
- [ ] 🥈 Silver
- [ ] 🥇 Gold
- [ ] 🏆 Platinum
<!--
This project is very active and we have a high turnover of pull requests.
Unfortunately, the number of incoming pull requests is higher than what our
reviewers can review and merge so there is a long backlog of pull requests
waiting for review. You can help here!
By reviewing another pull request, you will help raise the code quality of
that pull request and the final review will be faster. This way the general
pace of pull request reviews will go up and your wait time will go down.
When picking a pull request to review, try to choose one that hasn't yet
been reviewed.
Thanks for helping out!
-->
To help with the load of incoming pull requests:
- [ ] I have reviewed two other [open pull requests][prs] in this repository.
[prs]: https://github.com/home-assistant/core/pulls?q=is%3Aopen+is%3Apr+-author%3A%40me+-draft%3Atrue+-label%3Awaiting-for-upstream+sort%3Acreated-desc+review%3Anone
<!--
Thank you for contributing <3
Below, some useful links you could explore:
-->
[dev-checklist]: https://developers.home-assistant.io/docs/en/development_checklist.html
[manifest-docs]: https://developers.home-assistant.io/docs/en/creating_integration_manifest.html
[quality-scale]: https://developers.home-assistant.io/docs/en/next/integration_quality_scale_index.html
[docs-repository]: https://github.com/home-assistant/home-assistant.io
Still waiting
Yes HASP with custom Nexiton Designs for the layout
1 Like
enribomber
(Enribomber)
January 18, 2021, 4:24pm
316
intanto inserisci i vari stati dalla card di allarme. Io ho arm_away, arm_home e arm_night
A me funzionano correttamente
Quale app di verisure usi? quella vecchia o quella nuova?
alnavasa
(A)
January 18, 2021, 5:20pm
317
Is it going to get merged in the near future? Don’t really want to mess it today to get it officially supported and installed in a different way in 1 month.
adf1978
(Alfredo)
January 18, 2021, 10:23pm
318
E’ questo il mio problema. Sono alle prime armi con hassio. Potresti gentilmente dirmi quale file modificare per avere nella card i tre stati di allarme come i tuoi? grazie
Being a complete newbie, I prefer to wait for the official HA integration
Essendo un principiante totale, preferisco aspettare che l’integrazione diventi ufficiale in Home Assistant
ramalobe
(Ramalobe)
January 19, 2021, 10:48am
320
Hi,
I have been trying without success, probably because I am newbie to Python. I will continue trying and let you know.
zeryors
(ZerYorS)
February 19, 2021, 11:02pm
321
Hello people, I must first congratulate you on this
incredible module.
I have a question that I have not seen in the documentation the states to be able to use them as conditions for automations or how to eliminate the keyboard in the lovelance.
Would someone know how to solve my doubts?
Thank you
gmarquezp
(Gonzalo)
February 23, 2021, 4:58pm
322
You can use Node red to create flows based on the states of this integration.
Does this mean that its coming in the next HA update?
Hi Everybody,
I am from Belgium and I use the verisure integration in my home assistant.
But since 1h or 2, the integration does not work anymore
The https://mypages.verisure.com/ login page now asks me for a security code sent by sms
so I think that’s why the integration doesn’t work anymore
Do you think a solution will be found soon?
nice day
Chris
enribomber
(Enribomber)
March 12, 2021, 8:33pm
325
Home assistant team is working to have an official integration in ha. Most likely will be available from next release
1 Like
+1 for this request. I tried to remove some code to hide it but couldn’t. It looks like the keyboard is fetched from Securitas together with the arming badge. Could it be?
Hi,
since latest update 2021.06 I have no longer access to securitas:
2021-06-03 07:37:26 ERROR (SyncWorker_0) [homeassistant.loader] The custom integration ‘securitas_direct’ does not have a valid version key (None) in the manifest file and was blocked from loading. See https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions for more details
Any ideas?
Actually the solution is to add a version number in the manifest.json
I have tried to add it manually but it doesn;t work